From: Marcin Cieślak Date: Mon, 17 Apr 2017 23:02:50 +0000 (+0200) Subject: Ignore /vendor/bundle (#1880) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=8d3412c90cb2fe5d20f7344f46c713b7d847a7bd;p=mastodon.git Ignore /vendor/bundle (#1880) --- diff --git a/.gitignore b/.gitignore index cda6b87b3..c6c468cc7 100644 --- a/.gitignore +++ b/.gitignore @@ -4,8 +4,9 @@ # or operating system, you probably want to add a global ignore instead: # git config --global core.excludesfile '~/.gitignore_global' -# Ignore bundler config. +# Ignore bundler config and downloaded libraries. /.bundle +/vendor/bundle # Ignore the default SQLite database. /db/*.sqlite3