47 lines
562 B
Plaintext
47 lines
562 B
Plaintext
# Operating-system metadata
|
|
.DS_Store
|
|
Thumbs.db
|
|
Desktop.ini
|
|
|
|
# IDE and editor-local state
|
|
**/.idea/
|
|
**/.vscode/
|
|
*.iml
|
|
*.iws
|
|
*.ipr
|
|
*.suo
|
|
*.user
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Local AI-assistant settings
|
|
**/.claude/settings.local.json
|
|
|
|
# Java / Maven build output
|
|
**/target/
|
|
*.class
|
|
*.jar
|
|
*.war
|
|
*.ear
|
|
hs_err_pid*
|
|
|
|
# Node / frontend dependencies and build output
|
|
**/node_modules/
|
|
**/dist/
|
|
**/coverage/
|
|
.npm-cache/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Runtime logs and temporary files
|
|
*.log
|
|
*.log.*
|
|
*.tmp
|
|
*.bak
|
|
|
|
# Local environment overrides
|
|
.env.local
|
|
.env.*.local
|