/target
/lib
/classes
/checkouts
pom.xml
dev-config.edn
test-config.edn
*.jar
*.class
/.lein-*
profiles.clj
/.env
.nrepl-port
<% if shadow-cljs %>/.shadow-cljs<% endif %>
/node_modules
/log
<% if crux %>/data<% endif %>
<% for item in gitignore %>
<<item>><% endfor %>
