Skip to content

Commit 6f167b8

Browse files
committed
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.
1 parent f41b7ce commit 6f167b8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Rails.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,8 @@ config/secrets.yml
2424

2525
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
2626
.rvmrc
27+
28+
# if using bower-rails ignore default bower_components path bower.json files
29+
/vendor/assets/bower_components
30+
*.bowerrc
31+
bower.json

0 commit comments

Comments
 (0)