initial commit
This commit is contained in:
45
.gitignore
vendored
Normal file
45
.gitignore
vendored
Normal file
@@ -0,0 +1,45 @@
|
||||
/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/*
|
||||
Reference in New Issue
Block a user