about summary refs log tree commit diff
path: root/.gitignore
diff options
context:
space:
mode:
authorMarcin Cieślak <saper@saper.info>2017-04-18 01:02:50 +0200
committerEugen <eugen@zeonfederated.com>2017-04-18 01:02:50 +0200
commit8d3412c90cb2fe5d20f7344f46c713b7d847a7bd (patch)
treec344ef63744d34fa196375d26c0237f361ef74b9 /.gitignore
parent9cefb5731d9127f8fc41af0c37d0532f0fc66bc9 (diff)
Ignore /vendor/bundle (#1880)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
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