Cleanup .gitignore
This commit is contained in:
parent
616543c35d
commit
98e94ada67
1 changed files with 20 additions and 18 deletions
38
.gitignore
vendored
38
.gitignore
vendored
|
|
@ -1,21 +1,23 @@
|
||||||
*~
|
|
||||||
.sw*
|
|
||||||
*.swp
|
|
||||||
/target
|
|
||||||
/lib
|
|
||||||
/classes
|
|
||||||
/checkouts
|
|
||||||
/dist
|
|
||||||
*.jar
|
|
||||||
*.class
|
|
||||||
.cpcache
|
|
||||||
.clj-kondo/.cache
|
|
||||||
.eastwood
|
|
||||||
.lsp
|
|
||||||
.nrepl-port
|
|
||||||
/.rebel_readline_history
|
|
||||||
/.socket-repl-port
|
|
||||||
.classpath
|
.classpath
|
||||||
|
.clj-kondo/.cache
|
||||||
|
.cpcache
|
||||||
|
.eastwood
|
||||||
|
.factorypath
|
||||||
|
.java-version
|
||||||
|
.lsp/sqlite.db
|
||||||
|
.nrepl-port
|
||||||
.project
|
.project
|
||||||
bin
|
.rebel_readline_history
|
||||||
|
.settings
|
||||||
|
.socket-repl-port
|
||||||
|
.sw*
|
||||||
|
*.class
|
||||||
|
*.jar
|
||||||
|
*.swp
|
||||||
|
*~
|
||||||
|
/classes
|
||||||
|
/classes
|
||||||
|
/clojure_test_*
|
||||||
/cljs-test-runner-out
|
/cljs-test-runner-out
|
||||||
|
/derby.log
|
||||||
|
/target
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue