// Common

*.class
*.jar
.hg/
.hgignore
/.cpcache
/.nrepl-history
/.nrepl-port
/checkouts
/classes
/target


// Compilation

compiled


// CLJS utilities

.cljs
.cljs_node_repl/
.shadow-cljs/
node_modules/
out
package.json


// CLJS dev environment

/cljs/*
!/cljs/index.html



// Keeping private things

private


// Clj-kondo

.clj-kondo/*
!.clj-kondo/config.edn
