Update .gitignore
This commit is contained in:
parent
52e3162a37
commit
7dc2f66d96
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -4,6 +4,7 @@
|
|||
# or operating system, you probably want to add a global ignore instead:
|
||||
# git config --global core.excludesfile ~/.gitignore_global
|
||||
|
||||
realtime/node_modules
|
||||
config/database.yml
|
||||
#public/assets
|
||||
|
||||
|
@ -17,4 +18,4 @@ db/*.sqlite3
|
|||
log/*.log
|
||||
tmp
|
||||
|
||||
.DS_Store
|
||||
.DS_Store
|
||||
|
|
Loading…
Reference in a new issue