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