소스 검색

fix gitignore to take bower into account

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

+ 3 - 0
.gitignore

@@ -16,3 +16,6 @@ test/run.js
 
 # Ignoring local NPM modules
 /node_modules/*
+
+# Ignoring local bower modules
+/bower_components/*