Updated .gitignore

This commit is contained in:
Ceferino Patino 2022-03-10 23:39:49 -06:00
commit 3521a11bf0
2 changed files with 3 additions and 1 deletions

4
.gitignore vendored
View file

@ -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

View file