Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid\ Beitey <david@davidjb.com>2015-09-10 08:20:36 +0300
committerDavid\ Beitey <david@davidjb.com>2015-09-10 08:20:36 +0300
commitc000d1f053cb96ce69cf7739a8478e0432afb158 (patch)
treea45115db6ace3049d05a0846473ce010821bf06d /.gitignore
parenta91d267a213241a81fcbdf524b08a71208951bd6 (diff)
Add `vendor/bundle` to gitignore
Ensure this directory is ignored so that any installed resources from Bundler aren't handled by Git.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 042d47047f..a52da92622 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,6 +6,7 @@ _site
.ruby-version
.bundle
vendor/cache
+vendor/bundle
# Numerous always-ignore extensions
*.diff