From 2702bbf8eedb3568fdc76dea7f1133c9534218d9 Mon Sep 17 00:00:00 2001 From: Chris Castle Date: Mon, 15 Oct 2018 21:43:54 -0700 Subject: [PATCH] Ignore gems bundled locally --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9d99149..995022e 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /public/packs /public/packs-test /node_modules +/vendor/bundle