Browse Source

Git ignore bundler vendor/assets

master
Sorin Ionescu 11 years ago
parent
commit
52ea7152ad
  1. 2
      modules/ruby/init.zsh

2
modules/ruby/init.zsh

@ -52,6 +52,8 @@ if (( $+commands[bundle] )); then @@ -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…
Cancel
Save