Skip to content

Commit a6c8d9d

Browse files
Update global-ignore.md
1 parent e0fc6f4 commit a6c8d9d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

recipes/version-control/git/global-ignore.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ Or add the following to your `~/.gitconfig` config file directly, then save it.
3535

3636
# Mac folder attributes
3737
.DS_Store
38+
39+
# Directories for todo items, local notes and testing code.
40+
_TODO
41+
_NOTES
3842
```
3943
1. Save and exit.
4044

0 commit comments

Comments
 (0)