From 5d5013b39d4a74b320581702f8017aa530bf318a Mon Sep 17 00:00:00 2001 From: Charlie Sharpsteen Date: Sun, 25 May 2014 19:11:32 -0700 Subject: [PATCH] Add Bundler artifacts to .gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 1ac0a8c..a859a2e 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,7 @@ tmtags ## VIM *.swp tags + +## BUNDLER +.bundle +Gemfile.lock