Skip to content

Commit 3c10925

Browse files
AndersDJohnsongaearon
authored andcommitted
fix: add yarn gitignores (facebook#1507)
* fix: add yarn gitignores to template * fix: add yarn gitignores to root * fix: add wildcard to npm-debug.log ignore
1 parent 3147813 commit 3c10925

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

template/gitignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,7 @@
1212
# misc
1313
.DS_Store
1414
.env
15-
npm-debug.log
15+
npm-debug.log*
16+
yarn-debug.log*
17+
yarn-error.log*
18+

0 commit comments

Comments
 (0)