Files
firegex-traffic-viewer/.gitignore
2022-07-10 16:42:33 +02:00

27 lines
381 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
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*