update
This commit is contained in:
+39
-1
@@ -1,6 +1,44 @@
|
||||
# Clojure / Java
|
||||
.cpcache/
|
||||
.nrepl-port
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user