forked from External/greenlight
ignore bundler files
This commit is contained in:
parent
f5ab362f96
commit
8089decc17
|
@ -19,3 +19,5 @@ coverage/
|
||||||
spec/tmp
|
spec/tmp
|
||||||
.rvmrc
|
.rvmrc
|
||||||
.byebug_history
|
.byebug_history
|
||||||
|
vendor/bundle
|
||||||
|
.bundle
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue