Added .gitignore
This commit is contained in:
parent
ba0461d4cc
commit
41bfb23a2d
17
.gitignore
vendored
Normal file
17
.gitignore
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
/target
|
||||
/classes
|
||||
/checkouts
|
||||
profiles.clj
|
||||
pom.xml
|
||||
pom.xml.asc
|
||||
*~
|
||||
*.jar
|
||||
*.class
|
||||
/.clj-kondo/
|
||||
/.lein-*
|
||||
/.lsp/
|
||||
/.nrepl-port
|
||||
/.prepl-port
|
||||
/.calva/
|
||||
.hgignore
|
||||
.hg/
|
Loading…
Reference in a new issue