From b1ede4fb07395c09473069020966fb227392ff62 Mon Sep 17 00:00:00 2001 From: Ryan Cook Date: Sun, 13 May 2012 22:14:45 -0600 Subject: [PATCH] add vendor/bundle to the .gitignore for Draper devs vendoring gems locally using bundler --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7e18bb6..db5af78 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,5 @@ pkg/* coverage.data coverage/* .yardoc -tmp \ No newline at end of file +tmp +vendor/bundle