From 291c1f3bcc80d57855491029dc2d21e89771c19a Mon Sep 17 00:00:00 2001 From: Jacob Cody Wimer Date: Mon, 9 Jul 2018 14:59:21 +0000 Subject: [PATCH] Ignore vendor/bundle folder --- .gitignore | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index a096644..09fb151 100644 --- a/.gitignore +++ b/.gitignore @@ -6,14 +6,15 @@ # Ignore bundler config. /.bundle +vendor/bundle/ # Ignore the default SQLite database. -/db/*.sqlite3 -/db/*.sqlite3-journal +db/*.sqlite3 +db/*.sqlite3-journal # Ignore all logfiles and tempfiles. -/log/*.log -/tmp +log/*.log +tmp .rvmrc -/deploy/prod.env +deploy/prod.env frontend/node_modules