45 lines
452 B
Plaintext
45 lines
452 B
Plaintext
# Clojure / Java
|
|
.cpcache/
|
|
target/
|
|
*.db
|
|
*.jar
|
|
classes/
|
|
.nrepl-port
|
|
.rebel_readline_history
|
|
|
|
# Clojure tooling
|
|
.clj-kondo/.cache/
|
|
.lsp/
|
|
.calva/
|
|
|
|
# Editors / IDEs
|
|
.idea/
|
|
*.iml
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Environment / secrets
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Node (e2e, tooling)
|
|
node_modules/
|
|
|
|
# Playwright / browser tooling
|
|
.playwright-mcp/
|
|
|
|
# Debug / generated dev files
|
|
plan.md
|
|
*/plan.md
|
|
|
|
# Build artifacts
|
|
pom.xml
|
|
pom.xml.asc
|