Restructuring docker project
This commit is contained in:
26
.dockerignore
Executable file
26
.dockerignore
Executable file
@@ -0,0 +1,26 @@
|
||||
Dockerfile
|
||||
docker-compose.yml
|
||||
|
||||
**/*.pyc
|
||||
**/__pycache__/
|
||||
/.vscode/
|
||||
|
||||
#Node filters
|
||||
|
||||
/frontend/node_modules
|
||||
|
||||
# testing
|
||||
/frontend/coverage
|
||||
|
||||
# production
|
||||
/frontend/build
|
||||
|
||||
# misc
|
||||
**/.DS_Store
|
||||
**/.env.local
|
||||
**/.env.development.local
|
||||
**/.env.test.local
|
||||
|
||||
**/npm-debug.log*
|
||||
**/yarn-debug.log*
|
||||
**/yarn-error.log*
|
||||
Reference in New Issue
Block a user