From c000d1f053cb96ce69cf7739a8478e0432afb158 Mon Sep 17 00:00:00 2001 From: "David\\ Beitey" Date: Thu, 10 Sep 2015 15:20:36 +1000 Subject: [PATCH] Add `vendor/bundle` to gitignore Ensure this directory is ignored so that any installed resources from Bundler aren't handled by Git. --- .gitignore | 1 + 1 file changed, 1 insertion(+) 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