Skip to content

Commit 4ab70d1

Browse files
authored
Merge pull request #2210 from mcandre/patch-1
[Node] make directory rules explicit
2 parents b256d4a + cfbdccf commit 4ab70d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Node.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ bower_components
3131
build/Release
3232

3333
# Dependency directories
34-
node_modules
35-
jspm_packages
34+
node_modules/
35+
jspm_packages/
3636

3737
# Optional npm cache directory
3838
.npm

0 commit comments

Comments
 (0)