useful dockerignores to ignore local python env
that were docker ignores needed to ignore a local python env and its sqlite db
This commit is contained in:
parent
e2e74926ca
commit
2b433c4d29
|
@ -0,0 +1,2 @@
|
||||||
|
.git
|
||||||
|
env
|
|
@ -0,0 +1,2 @@
|
||||||
|
# if any sqlite db is hardcoded in git repo
|
||||||
|
IdHub/db.sqlite3
|
Reference in New Issue