Wegwichtel/.gitignore
Florian Zumpe 0b5c994957
Some checks failed
Sonarqube Scanner / Build and analyze (push) Failing after 27s
included coverage.py
2026-06-17 15:28:15 +02:00

20 lines
254 B
Plaintext

node_modules/
data/*.sqlite
data/*.sqlite-*
storage/active/routes/*
storage/trash/routes/*
!storage/active/routes/.gitkeep
!storage/trash/routes/.gitkeep
.env
npm-debug.log*
coverage/
.gitea/workflows/
.coverage
__pycache__/
*.pyc
.python-test-deps/