49 lines
517 B
Plaintext
49 lines
517 B
Plaintext
/target
|
|
/classes
|
|
/checkouts
|
|
profiles.clj
|
|
pom.xml
|
|
pom.xml.asc
|
|
*.jar
|
|
*.class
|
|
/.lein-*
|
|
/.nrepl-port
|
|
/.prepl-port
|
|
.hgignore
|
|
.hg/
|
|
node_modules/
|
|
build/
|
|
|
|
# shadow-cljs compilation outputs and cache
|
|
.shadow-cljs/
|
|
public/js/compiled/
|
|
target/
|
|
|
|
# Node dependencies
|
|
node_modules/
|
|
|
|
# Editor and IDE configurations
|
|
.calva/
|
|
.cpcache/
|
|
.lsp/
|
|
.idea/
|
|
*.iml
|
|
.vscode/
|
|
|
|
# Environment and sensitive data
|
|
.env
|
|
.env.*.local
|
|
|
|
# Logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
.vscode
|
|
.lsp/*
|
|
|
|
.clj-kondo/*
|
|
.calva/*
|
|
|
|
resources/public/js/*
|