]> cat aescling's git repositories - mastodon.git/commitdiff
Ignore /vendor/bundle (#1880)
authorMarcin Cieślak <saper@saper.info>
Mon, 17 Apr 2017 23:02:50 +0000 (01:02 +0200)
committerEugen <eugen@zeonfederated.com>
Mon, 17 Apr 2017 23:02:50 +0000 (01:02 +0200)
.gitignore

index cda6b87b37a94663933069d31eff82bfebda6c67..c6c468cc79aedb27672b40b58d1b607ee6bf5fca 100644 (file)
@@ -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