28 lines
409 B
Plaintext
Executable File
28 lines
409 B
Plaintext
Executable File
**/*.pyc
|
|
**/__pycache__/
|
|
**/.vscode/**
|
|
/.mypy_cache/**
|
|
|
|
**/node_modules
|
|
**/.pnp
|
|
**/.pnp.js
|
|
|
|
# testing
|
|
/frontend/coverage
|
|
|
|
/backend/db/firegex.db
|
|
/backend/db/firegex.db-journal
|
|
/backend/nfqueue/nfqueue
|
|
docker-compose.yml
|
|
|
|
# misc
|
|
**/.DS_Store
|
|
**/.env.local
|
|
**/.env.development.local
|
|
**/.env.test.local
|
|
**/.env.production.local
|
|
|
|
**/npm-debug.log*
|
|
**/yarn-debug.log*
|
|
**/yarn-error.log*
|