46 lines
776 B
Plaintext
46 lines
776 B
Plaintext
**/*.pyc
|
|
**/__pycache__/
|
|
**/.vscode/**
|
|
**/.vscode/
|
|
**/.mypy_cache/**
|
|
**/.mypy_cache/
|
|
|
|
**/node_modules
|
|
**/.pnp
|
|
**/.pnp.js
|
|
|
|
# testing
|
|
/frontend/coverage
|
|
|
|
/backend/db/
|
|
/backend/db/**
|
|
/frontend/build/
|
|
/frontend/build/**
|
|
/frontend/dist/
|
|
/frontend/dist/**
|
|
/backend/modules/cppqueue
|
|
/backend/modules/proxy
|
|
docker-compose.yml
|
|
firegex-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*
|
|
|
|
#rust
|
|
/backend/binsrc/nfqueue_regex/debug/
|
|
/backend/binsrc/nfqueue_regex/target/
|
|
|
|
# These are backup files generated by rustfmt
|
|
**/*.rs.bk
|
|
|
|
# MSVC Windows builds of rustc generate these, which store debugging information
|
|
**/*.pdb
|