Преглед изворни кода

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