Created docker compose file with sqlite3 database container
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,6 +1,10 @@
|
||||
# Created by https://www.toptal.com/developers/gitignore/api/visualstudiocode,python,flask,web
|
||||
# Edit at https://www.toptal.com/developers/gitignore?templates=visualstudiocode,python,flask,web
|
||||
|
||||
|
||||
### SQLite 3 Database ###
|
||||
data/
|
||||
|
||||
### Flask ###
|
||||
instance/*
|
||||
!instance/.gitignore
|
||||
|
Reference in New Issue
Block a user