1
0
فهرست منبع

Make .gitignore ignore npm/bower deps in any depth

Herbert Vojčík 10 سال پیش
والد
کامیت
18012bb9ca
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/