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