Browse Source

Merge pull request #2210 from mcandre/patch-1

[Node] make directory rules explicit
Brendan Forster 8 năm trước cách đây
mục cha
commit
4ab70d18ef
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      Node.gitignore

+ 2 - 2
Node.gitignore

@@ -31,8 +31,8 @@ bower_components
 build/Release
 
 # Dependency directories
-node_modules
-jspm_packages
+node_modules/
+jspm_packages/
 
 # Optional npm cache directory
 .npm