forked fromvuejs/create-vue
- Notifications
You must be signed in to change notification settings - Fork0
Commit21da954
committed
chore: add the
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.TODOs file to gitignore1 parentd634b96 commit21da954
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
0 commit comments
Comments
(0)