diff options
| author | Teddy Wing | 2015-12-30 17:00:03 -0800 |
|---|---|---|
| committer | Teddy Wing | 2015-12-30 17:45:27 -0800 |
| commit | 2eaf4e67fe8b523a497a794e4a51148f29f05835 (patch) | |
| tree | c383a6a8a3ec14e31674c0002e07224a3895569f /.gitignore | |
| parent | 6674d1f2f5ec395f90d958001dce4a20cdad7879 (diff) | |
| download | Evernote-Rails-Example-2eaf4e67fe8b523a497a794e4a51148f29f05835.tar.bz2 | |
.gitignore: Ignore `/vendor/bundle/`
Don't commit vendored gems.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -15,3 +15,6 @@ /log/* !/log/.keep /tmp + +# Ignore vendored gems +/vendor/bundle/ |
