1
0
Переглянути джерело

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/*