From 8089decc1718fb2e4d2d21ccbd8406b91a7004a6 Mon Sep 17 00:00:00 2001 From: Joshua Arts Date: Thu, 12 Jul 2018 17:42:20 -0400 Subject: [PATCH] ignore bundler files --- .dockerignore | 2 ++ .gitignore | 1 + 2 files changed, 3 insertions(+) diff --git a/.dockerignore b/.dockerignore index ba912f55..ef677db6 100644 --- a/.dockerignore +++ b/.dockerignore @@ -19,3 +19,5 @@ coverage/ spec/tmp .rvmrc .byebug_history +vendor/bundle +.bundle diff --git a/.gitignore b/.gitignore index 385c1850..42845241 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ # Ignore bundler config. /.bundle +vendor/bundle # Ignore the default SQLite database. /db/*.sqlite3