updated .gitignore
This commit is contained in:
parent
ea8f37da27
commit
ac02995bac
1 changed files with 4 additions and 4 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -7,11 +7,11 @@
|
|||
config/database.yml
|
||||
|
||||
# Ignore bundler config
|
||||
/.bundle
|
||||
.bundle
|
||||
|
||||
# Ignore the default SQLite database.
|
||||
/db/*.sqlite3
|
||||
db/*.sqlite3
|
||||
|
||||
# Ignore all logfiles and tempfiles.
|
||||
/log/*.log
|
||||
/tmp
|
||||
log/*.log
|
||||
tmp
|
||||
|
|
Loading…
Reference in a new issue