Skip to content

Commit 0d4ab85

Browse files
jayphelpsrandycoulman
authored andcommitted
Only gitignore dirs in root, not deep (facebook#1267)
1 parent b42c599 commit 0d4ab85

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/react-scripts/template/gitignore

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# See http://help.github.com/ignore-files/ for more about ignoring files.
22

33
# dependencies
4-
node_modules
4+
/node_modules
55

66
# testing
7-
coverage
7+
/coverage
88

99
# production
10-
build
10+
/build
1111

1212
# misc
1313
.DS_Store

0 commit comments

Comments
 (0)