add: frontend update
This commit is contained in:
31
frontend/src/.dockerignore
Normal file
31
frontend/src/.dockerignore
Normal file
@@ -0,0 +1,31 @@
|
||||
Dockerfile
|
||||
|
||||
**/*.pyc
|
||||
**/__pycache__/
|
||||
**/.vscode/**
|
||||
**/.vscode/
|
||||
**/.mypy_cache/**
|
||||
**/.mypy_cache/
|
||||
|
||||
**/node_modules
|
||||
**/.pnp
|
||||
**/.pnp.js
|
||||
|
||||
# testing
|
||||
/coverage
|
||||
|
||||
/build/
|
||||
/build/**
|
||||
/node_modules/
|
||||
|
||||
# misc
|
||||
**/.DS_Store
|
||||
**/.env.local
|
||||
**/.env.development.local
|
||||
**/.env.test.local
|
||||
**/.env.production.local
|
||||
|
||||
**/npm-debug.log*
|
||||
**/yarn-debug.log*
|
||||
**/yarn-error.log*
|
||||
|
||||
Reference in New Issue
Block a user