Ignore database.yml and Emacs backup files.
This commit is contained in:
parent
0dbce0384f
commit
0de0ec795c
1 changed files with 7 additions and 4 deletions
11
.gitignore
vendored
11
.gitignore
vendored
|
|
@ -1,4 +1,7 @@
|
|||
.bundle
|
||||
db/*.sqlite3
|
||||
log/*.log
|
||||
tmp/
|
||||
.bundle
|
||||
config/database.yml
|
||||
db/*.sqlite3
|
||||
log/*.log
|
||||
tmp/
|
||||
*~
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue