Clean .gitignore up
This commit is contained in:
parent
46fdfa2a79
commit
baaa010721
22
.gitignore
vendored
22
.gitignore
vendored
|
@ -1,14 +1,14 @@
|
||||||
/target
|
target/
|
||||||
/classes
|
classes/
|
||||||
/checkouts
|
checkouts/
|
||||||
profiles.clj
|
profiles.clj
|
||||||
pom.xml
|
pom.xml
|
||||||
pom.xml.asc
|
pom.xml.asc
|
||||||
*.jar
|
*.jar
|
||||||
*.class
|
*.class
|
||||||
/.lein-*
|
.lein-*
|
||||||
/.nrepl-port
|
.nrepl-port
|
||||||
/.prepl-port
|
.prepl-port
|
||||||
.hgignore
|
.hgignore
|
||||||
.hg/
|
.hg/
|
||||||
.clj-condo/
|
.clj-condo/
|
||||||
|
@ -17,9 +17,11 @@ pom.xml.asc
|
||||||
.clj-kondo/
|
.clj-kondo/
|
||||||
.cpcache/
|
.cpcache/
|
||||||
**/.DS_Store
|
**/.DS_Store
|
||||||
/sandbox
|
sandbox
|
||||||
ludus.sublime-workspace
|
ludus.sublime-workspace
|
||||||
/ludus
|
ludus
|
||||||
/out/
|
out/
|
||||||
/node_modules/
|
node_modules/
|
||||||
.shadow-cljs
|
.shadow-cljs
|
||||||
|
.cljs_node_repl/
|
||||||
|
.helix/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user