Files
fete/.gitignore
nitrix cd71110514
Some checks failed
CI / backend-test (push) Successful in 1m1s
CI / frontend-test (push) Failing after 17s
CI / frontend-e2e (push) Successful in 52s
CI / build-and-publish (push) Has been skipped
Add test-results/ to gitignore
Playwright test artifacts should not be tracked.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 22:34:51 +01:00

66 lines
852 B
Plaintext

# IDE
.idea/
.vscode/
*.iml
# OS
.DS_Store
Thumbs.db
# Claude Code (machine-local)
.claude/settings.local.json
.mcp.json
.rodney/
.agent-tests/
.ralph/*/iteration-*.jsonl
# Test results (Playwright artifacts)
test-results/
# Java/Maven
*.class
*.jar
*.war
*.ear
*.nar
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
.mvn/wrapper/maven-wrapper.jar
.classpath
.project
.settings/
.factorypath
.springBeans
.sts4-cache
hs_err_pid*
replay_pid*
*.log
# Node.js/Vue/Vite
node_modules/
dist/
build/
frontend/src/api/schema.d.ts
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
npm-debug.log*
# Environment
.env
.env.*
!.env.example
# Spring Boot local profile (developer-specific, not committed)
backend/src/main/resources/application-local.properties
# Editor swap files
*.swp
*.swo
*~
\#*\#
.#*