浏览代码

Add ignores for bower-rails

bower-rails integrates bower.io into Rails, it allows you to have everything in a Bowerfile and install all vendor assets easily.
Fabian Heredia Montiel 10 年之前
父节点
当前提交
6f167b8992
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      Rails.gitignore

+ 5 - 0
Rails.gitignore

@@ -24,3 +24,8 @@ config/secrets.yml
 
 # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
 .rvmrc
+
+# if using bower-rails ignore default bower_components path bower.json files
+/vendor/assets/bower_components
+*.bowerrc
+bower.json