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