]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commit
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)
commit21da954f925b3d0967d690ca6289ff5c1667568c
treeb056440db50502ce7082fd3f42fb36d2648063f9
parentd634b967c2adbd4353bc86fee3e9b1b7280c8dae
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.
.gitignore