From 739fdefc3b54f22b582933ca305e6bd6a8a78352 Mon Sep 17 00:00:00 2001 From: Stefano Zanella Date: Fri, 27 Sep 2013 18:29:12 +0200 Subject: [PATCH] Add Bundler byproducts to the list of ignored files. I assume this commit is self-explanatory... --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 5cf8d54..5c69993 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ Gemfile.lock spec/fixtures/manifests/ .ruby-version .rspec_system +.bundle +vendor/ -- 2.45.2