Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit21da954

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎.gitignore‎

Lines changed: 2 additions & 0 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp