Преглед изворни кода

Make .gitignore ignore npm/bower deps in any depth

Herbert Vojčík пре 10 година
родитељ
комит
edb4710841
1 измењених фајлова са 2 додато и 2 уклоњено
  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/