Git ignore bundler vendor/assets

This commit is contained in:
Sorin Ionescu 2013-11-25 16:34:11 -05:00
parent b159ddb02b
commit 52ea7152ad
1 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,8 @@ if (( $+commands[bundle] )); then
alias rbbI='rbbi \
&& rbb package \
&& print .bundle >>! .gitignore \
&& print vendor/assets >>! .gitignore \
&& print vendor/bundle >>! .gitignore \
&& print vendor/cache >>! .gitignore'
fi