Small changes

This commit is contained in:
DomySh
2022-07-19 16:48:23 +02:00
parent 8c1658f6e6
commit fb2cb29942
2 changed files with 12 additions and 7 deletions

View File

@@ -1,28 +1,33 @@
Dockerfile
docker-compose.yml
**/*.pyc
**/__pycache__/
**/.vscode/**
**/.vscode/
**/.mypy_cache/**
**/.mypy_cache/
#Node filters
/frontend/node_modules
**/node_modules
**/.pnp
**/.pnp.js
# testing
/frontend/coverage
/backend/db/
/backend/db/firegex.db
/backend/db/firegex.db-journal
/backend/proxy/proxy
/backend/modules/cppqueue
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*