1
0
mirror of https://github.com/github/gitignore synced 2024-05-28 08:20:12 +02:00

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.
This commit is contained in:
Fabian Heredia Montiel 2014-07-18 16:11:42 -05:00
parent f41b7ce791
commit 6f167b8992

View File

@ -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