소스 검색

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/