2022-06-12 22:28:16 +02:00
|
|
|
Dockerfile
|
|
|
|
|
|
|
|
|
|
**/*.pyc
|
|
|
|
|
**/__pycache__/
|
2022-07-12 23:14:32 +02:00
|
|
|
**/.vscode/**
|
2022-07-19 16:48:23 +02:00
|
|
|
**/.vscode/
|
|
|
|
|
**/.mypy_cache/**
|
|
|
|
|
**/.mypy_cache/
|
2022-06-12 22:28:16 +02:00
|
|
|
|
2022-07-19 16:48:23 +02:00
|
|
|
**/node_modules
|
|
|
|
|
**/.pnp
|
|
|
|
|
**/.pnp.js
|
2022-06-12 22:28:16 +02:00
|
|
|
|
|
|
|
|
# testing
|
|
|
|
|
/frontend/coverage
|
|
|
|
|
|
2022-07-19 16:48:23 +02:00
|
|
|
/backend/db/
|
2022-07-22 00:34:57 +02:00
|
|
|
/backend/db/**
|
2022-08-03 13:44:30 +02:00
|
|
|
/frontend/build/
|
|
|
|
|
/frontend/build/**
|
2024-04-09 02:20:51 +02:00
|
|
|
/frontend/node_modules/
|
2025-02-16 16:33:34 +01:00
|
|
|
/backend/modules/cppregex
|
2022-07-22 00:34:57 +02:00
|
|
|
/backend/modules/proxy
|
2025-08-04 08:19:49 +02:00
|
|
|
compose.yml
|
|
|
|
|
.firegex-compose.yml
|
2022-06-13 16:12:52 +02:00
|
|
|
|
2022-06-12 22:28:16 +02:00
|
|
|
# misc
|
|
|
|
|
**/.DS_Store
|
|
|
|
|
**/.env.local
|
|
|
|
|
**/.env.development.local
|
|
|
|
|
**/.env.test.local
|
2022-07-19 16:48:23 +02:00
|
|
|
**/.env.production.local
|
2022-06-12 22:28:16 +02:00
|
|
|
|
|
|
|
|
**/npm-debug.log*
|
|
|
|
|
**/yarn-debug.log*
|
|
|
|
|
**/yarn-error.log*
|
2022-07-19 16:48:23 +02:00
|
|
|
|