chore: dockerignore added

This commit is contained in:
Timothy J. Baek 2023-12-26 02:22:06 -08:00
parent 2cb0bf4439
commit 1274bd986b
2 changed files with 23 additions and 0 deletions

16
.dockerignore Normal file
View file

@ -0,0 +1,16 @@
.DS_Store
node_modules
/.svelte-kit
/package
.env
.env.*
!.env.example
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
__pycache__
.env
_old
uploads
.ipynb_checkpoints
*.db
_test

7
backend/.dockerignore Normal file
View file

@ -0,0 +1,7 @@
__pycache__
.env
_old
uploads
.ipynb_checkpoints
*.db
_test