Added to git ignore. Will ignore the auto generated database file
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@ -11,6 +11,10 @@ __pycache__/
|
||||
# C extensions
|
||||
*.so
|
||||
|
||||
# Database file
|
||||
src/database.db
|
||||
database.db
|
||||
|
||||
# Distribution / packaging
|
||||
.Python
|
||||
build/
|
||||
@ -140,5 +144,4 @@ dmypy.json
|
||||
|
||||
# End of https://www.toptal.com/developers/gitignore/api/python
|
||||
|
||||
src/database.db
|
||||
src/database.db
|
||||
|
||||
|
||||
Reference in New Issue
Block a user