diff options
-rw-r--r-- | .dockerignore | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.dockerignore b/.dockerignore index 85e63ae..e9ec5c8 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,4 +1,8 @@ .env data.db __pycache__ -.DS_Store
\ No newline at end of file +.DS_Store +internal_notes.txt +config.yaml +data +docker-volume
\ No newline at end of file |