浏览代码

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