27 lines
328 B
Plaintext
27 lines
328 B
Plaintext
|
|
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*
|