Docker ignore some useless stuff
This commit is contained in:
parent
458126f828
commit
3ab87a4d57
1 changed files with 6 additions and 2 deletions
|
@ -1,2 +1,6 @@
|
||||||
*.db
|
db/
|
||||||
*.sqlite3
|
media/
|
||||||
|
staticfiles/
|
||||||
|
.pytest_cache/
|
||||||
|
.git/
|
||||||
|
.idea/
|
||||||
|
|
Reference in a new issue