]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
chore: add the `TODOs` file to gitignore
authorHaoqun Jiang <haoqunjiang@gmail.com>
Mon, 22 Nov 2021 08:30:28 +0000 (16:30 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Mon, 22 Nov 2021 08:30:28 +0000 (16:30 +0800)
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.

.gitignore

index 5c1476158c180ac019c2ac214f2cb2b366f0c6d8..f7999996c79d410ef7ec0c06aa9a2aac8b76bbe1 100644 (file)
@@ -1,5 +1,7 @@
 outfile.cjs
 
+TODOs
+
 # Logs
 logs
 *.log