Cleanup .gitignore
This commit is contained in:
parent
273d97a48e
commit
84216df047
1 changed files with 21 additions and 18 deletions
39
.gitignore
vendored
39
.gitignore
vendored
|
|
@ -1,20 +1,23 @@
|
||||||
/target
|
.classpath
|
||||||
/classes
|
.clj-kondo/.cache
|
||||||
/checkouts
|
.cpcache
|
||||||
pom.xml.asc
|
.eastwood
|
||||||
*.jar
|
.factorypath
|
||||||
|
.java-version
|
||||||
|
.lsp/sqlite.db
|
||||||
|
.nrepl-port
|
||||||
|
.project
|
||||||
|
.rebel_readline_history
|
||||||
|
.settings
|
||||||
|
.socket-repl-port
|
||||||
|
.sw*
|
||||||
*.class
|
*.class
|
||||||
/.cpcache
|
*.jar
|
||||||
/.eastwood
|
*.swp
|
||||||
/.lein-*
|
*~
|
||||||
/.lsp
|
/classes
|
||||||
/.nrepl-history
|
/classes
|
||||||
/.rebl
|
/clojure_test_*
|
||||||
/.nrepl-port
|
/cljs-test-runner-out
|
||||||
/.rebel_readline_history
|
|
||||||
/.socket-repl-port
|
|
||||||
.hgignore
|
|
||||||
.hg/
|
|
||||||
/clojure_test*
|
|
||||||
/example*db
|
|
||||||
/derby.log
|
/derby.log
|
||||||
|
/target
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue