Skip to content

Commit 21da954

Browse files
committed
chore: add the TODOs file to gitignore
I usually keep `TODOs` file in the repository to keep track of the highest priority issues that I'd like to work on next. It isn't listed in a global gitignore configuration because that won't be picked up by npm, so the file could still be accidentally published to the npm registry, unless in projects that have the `files` field in `package.json`. Therefore, I choose to manually ignore the `TODOs` file in each project.
1 parent d634b96 commit 21da954

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
outfile.cjs
22

3+
TODOs
4+
35
# Logs
46
logs
57
*.log

0 commit comments

Comments
 (0)