35 lines
404 B
Plaintext
35 lines
404 B
Plaintext
# Java
|
|
backend/**/target/
|
|
backend/**/*.class
|
|
*.jar
|
|
*.war
|
|
|
|
# Node
|
|
frontend/node_modules/
|
|
frontend/dist/
|
|
|
|
# IDE
|
|
.idea/
|
|
*.iml
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Env
|
|
.env.local
|
|
.env.production.local
|
|
|
|
# Logs & build artifacts
|
|
backend/*.log*
|
|
frontend/*.log*
|
|
backend-run.log
|
|
hs_err_pid*.log
|
|
frontend/e2e/*.log*
|
|
frontend/tsconfig.tsbuildinfo
|
|
frontend/test-results/
|
|
frontend/e2e/playwright-report/
|