aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorTeddy Wing2015-12-30 17:00:03 -0800
committerTeddy Wing2015-12-30 17:45:27 -0800
commit2eaf4e67fe8b523a497a794e4a51148f29f05835 (patch)
treec383a6a8a3ec14e31674c0002e07224a3895569f /.gitignore
parent6674d1f2f5ec395f90d958001dce4a20cdad7879 (diff)
downloadEvernote-Rails-Example-2eaf4e67fe8b523a497a794e4a51148f29f05835.tar.bz2
.gitignore: Ignore `/vendor/bundle/`
Don't commit vendored gems.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 050c9d9..833ca6e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,6 @@
/log/*
!/log/.keep
/tmp
+
+# Ignore vendored gems
+/vendor/bundle/