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
.rvmrc
.byebug_history
vendor/bundle
.bundle

1
.gitignore vendored
View File

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