From bf9e26ae3f1c733ac812cad66bbdb0168d4aefd1 Mon Sep 17 00:00:00 2001 From: Daniel Weigh Date: Sun, 16 Feb 2014 11:18:03 -0500 Subject: [PATCH] * ignore vendor/* (bundle|cache) -- any issues with this, feel free to revert --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1c2b2d73b..40e3510c7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,8 @@ .idea *~ *.swp -*/vendor/* +*/vendor/bundle +*/vendor/cache HTML .DS_Store coverage/