From 6f167b8992f137c6b878094df09f65978c76d63c Mon Sep 17 00:00:00 2001 From: Fabian Heredia Montiel Date: Fri, 18 Jul 2014 16:11:42 -0500 Subject: [PATCH] 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. --- Rails.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Rails.gitignore b/Rails.gitignore index d9474d9d..4fae5d0a 100644 --- a/Rails.gitignore +++ b/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