ignore new calva repl path and sort .gitignore
This commit is contained in:
parent
4c3e0129bf
commit
f03b1ba316
1 changed files with 5 additions and 4 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
|
@ -1,4 +1,9 @@
|
||||||
|
*.class
|
||||||
|
*.jar
|
||||||
|
*.swp
|
||||||
|
*~
|
||||||
.calva/output-window/
|
.calva/output-window/
|
||||||
|
.calva/repl.calva-repl
|
||||||
.classpath
|
.classpath
|
||||||
.clj-kondo/.cache
|
.clj-kondo/.cache
|
||||||
.clj-kondo/com.github.seancorfield/next.jdbc
|
.clj-kondo/com.github.seancorfield/next.jdbc
|
||||||
|
|
@ -19,10 +24,6 @@
|
||||||
.settings
|
.settings
|
||||||
.socket-repl-port
|
.socket-repl-port
|
||||||
.sw*
|
.sw*
|
||||||
*.class
|
|
||||||
*.jar
|
|
||||||
*.swp
|
|
||||||
*~
|
|
||||||
/checkouts
|
/checkouts
|
||||||
/classes
|
/classes
|
||||||
/clojure_test_*
|
/clojure_test_*
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue