소스 검색

Fixed .gitignore

Herbert Vojčík 10 년 전
부모
커밋
d7e264f93e
1개의 변경된 파일2개의 추가작업 그리고 16개의 파일을 삭제
  1. 2 16
      .gitignore

+ 2 - 16
.gitignore

@@ -2,24 +2,10 @@
 logs
 *.log
 
-# Runtime data
-pids
-*.pid
-*.seed
-
-# Directory for instrumented libs generated by jscoverage/JSCover
-lib-cov
-
-# Coverage directory used by tools like istanbul
-coverage
-
 # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
 .grunt
 
-# Compiled binary addons (http://nodejs.org/api/addons.html)
-build/Release
 
 # Dependency directory
-# Deployed apps should consider commenting this line out:
-# see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git
-node_modules
+node_modules/
+bower_components/