ignore bundler files

This commit is contained in:
Joshua Arts 2018-07-12 17:42:20 -04:00
parent f5ab362f96
commit 8089decc17
2 changed files with 3 additions and 0 deletions

View File

@ -19,3 +19,5 @@ coverage/
spec/tmp spec/tmp
.rvmrc .rvmrc
.byebug_history .byebug_history
vendor/bundle
.bundle

1
.gitignore vendored
View File

@ -6,6 +6,7 @@
# Ignore bundler config. # Ignore bundler config.
/.bundle /.bundle
vendor/bundle
# Ignore the default SQLite database. # Ignore the default SQLite database.
/db/*.sqlite3 /db/*.sqlite3