Skip to content
  • Sponsor facebook/create-react-app

  • Notifications You must be signed in to change notification settings
  • Fork 27k

Commit 7408e36

Browse files
jayphelpsgaearon
authored andcommittedDec 14, 2016
Only gitignore dirs in root, not deep (#1267)
1 parent 94c912d commit 7408e36

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)
Please sign in to comment.