]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add `vendor/bundle` to gitignore 17549/head
authorDavid\ Beitey <david@davidjb.com>
Thu, 10 Sep 2015 05:20:36 +0000 (15:20 +1000)
committerDavid\ Beitey <david@davidjb.com>
Thu, 10 Sep 2015 05:20:36 +0000 (15:20 +1000)
Ensure this directory is ignored so that any installed resources from
Bundler aren't handled by Git.

.gitignore

index 042d47047f9c64d2492259e0544f18738df62073..a52da92622e147951004394eeecebc0723ac732b 100644 (file)
@@ -6,6 +6,7 @@ _site
 .ruby-version
 .bundle
 vendor/cache
+vendor/bundle
 
 # Numerous always-ignore extensions
 *.diff