Git ignore bundler vendor/assets
This commit is contained in:
parent
b159ddb02b
commit
52ea7152ad
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue