Updated .gitignore
This commit is contained in:
parent
386fcbdd24
commit
3521a11bf0
2 changed files with 3 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -2,6 +2,9 @@
|
|||
# Created by https://www.toptal.com/developers/gitignore/api/node,react,git,visualstudiocode
|
||||
# Edit at https://www.toptal.com/developers/gitignore?templates=node,react,git,visualstudiocode
|
||||
|
||||
### SQLITE3 ###
|
||||
*.sqlite3
|
||||
|
||||
### Git ###
|
||||
# Created by git for backups. To disable backups in Git:
|
||||
# $ git config --global mergetool.keepBackup false
|
||||
|
|
@ -192,4 +195,3 @@ sketch
|
|||
# Support for Project snippet scope
|
||||
|
||||
# End of https://www.toptal.com/developers/gitignore/api/node,react,git,visualstudiocode
|
||||
|
||||
|
|
|
|||
Reference in a new issue