Sfoglia il codice sorgente

fix gitignore to take bower into account

Herbert Vojčík 10 anni fa
parent
commit
5d1d304030
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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/*