eeg_portal/.gitignore
Bernhard Müller cfc32b3a7d chore: cleanup test data and add missing test files
- Add TariffInviteServiceTest, GlobalExceptionHandlerTest, setup-test.ts
- Add compose plans/specs docs
- Extend .gitignore with *.xlsx, *.ps1, *.http, *.py, *.docx
- Remove stale test data files and scripts from working tree
2026-07-24 11:48:56 +02:00

66 lines
764 B
Plaintext

HELP.md
target/
.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
!**/src/main/**/build/
!**/src/test/**/build/
### VS Code ###
.vscode/
### Frontend ###
eeg_frontend/node/
node_modules/
eeg_frontend/.angular/
### H2 Datenbank ###
*.db
*.lock.db
### Test-Dateien ###
test_*.json
*.xlsx
*.ps1
*.http
*.py
*.docx
### Projekt-spezifisch ###
/projekt_kontext.txt
.mimocode/
run_test.ps1
server_output.log
backend.log
*.log
### Research / Umfeld ###
survey/
### Docker ###
.env
docker-compose.override.yml