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
|
config/database.yml
|
||||||
|
|
||||||
# Ignore bundler config
|
# Ignore bundler config
|
||||||
/.bundle
|
.bundle
|
||||||
|
|
||||||
# Ignore the default SQLite database.
|
# Ignore the default SQLite database.
|
||||||
/db/*.sqlite3
|
db/*.sqlite3
|
||||||
|
|
||||||
# Ignore all logfiles and tempfiles.
|
# Ignore all logfiles and tempfiles.
|
||||||
/log/*.log
|
log/*.log
|
||||||
/tmp
|
tmp
|
||||||
|
|
Loading…
Add table
Reference in a new issue