From 0d183e2e89e0817b36926ef648f5052391a191ec Mon Sep 17 00:00:00 2001 From: Adam Roben Date: Thu, 18 Dec 2014 12:14:45 -0500 Subject: [PATCH] Ignore vendor/gems This is where script/bootstrap places the bundle. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4c0e6662..c0ab5df0 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ lib/linguist/samples.json /grammars /node_modules test/fixtures/ace_modes.json +/vendor/gems/