Procházet zdrojové kódy

fix gitignore to take bower into account

Herbert Vojčík před 10 roky
rodič
revize
5d1d304030
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  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/*