From 8db3638ce41b3417de9495f14e870e4eaab7875d Mon Sep 17 00:00:00 2001 From: Sebastian Godelet Date: Tue, 22 Apr 2014 14:10:57 +0200 Subject: [PATCH] add .bundle/ and vendor to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index b844b143..97ef7367 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ Gemfile.lock +.bundle/ +vendor/