Explorar o código

Make .gitignore ignore npm/bower deps in any depth

Herbert Vojčík %!s(int64=10) %!d(string=hai) anos
pai
achega
18012bb9ca
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      .gitignore

+ 2 - 2
.gitignore

@@ -13,7 +13,7 @@ test_runner.js
 .svn
 
 # Ignoring local NPM modules
-/node_modules/*
+node_modules/
 
 # Ignoring local bower modules
-/bower_components/*
+bower_components/