34 lines
423 B
Plaintext
Executable File
34 lines
423 B
Plaintext
Executable File
Dockerfile
|
|
docker-compose.yml
|
|
|
|
**/*.pyc
|
|
**/__pycache__/
|
|
/.vscode/
|
|
|
|
#Node filters
|
|
|
|
/frontend/node_modules
|
|
|
|
# testing
|
|
/frontend/coverage
|
|
|
|
# production
|
|
#/frontend/build
|
|
|
|
/backend/db/firegex.db
|
|
/backend/db/firegex.db-journal
|
|
|
|
/backend/proxy/proxy
|
|
|
|
/docs/**
|
|
|
|
# misc
|
|
**/.DS_Store
|
|
**/.env.local
|
|
**/.env.development.local
|
|
**/.env.test.local
|
|
|
|
**/npm-debug.log*
|
|
**/yarn-debug.log*
|
|
**/yarn-error.log*
|