forked from forgejo/forgejo
Implements 1071, .gitignore support for FSharp and Clojure. (#1072)
This commit is contained in:
parent
5bd22a2f4a
commit
a30797425f
2 changed files with 127 additions and 0 deletions
13
options/gitignore/Clojure
Normal file
13
options/gitignore/Clojure
Normal file
|
@ -0,0 +1,13 @@
|
|||
pom.xml
|
||||
pom.xml.asc
|
||||
*.jar
|
||||
*.class
|
||||
/lib/
|
||||
/classes/
|
||||
/target/
|
||||
/checkouts/
|
||||
.lein-deps-sum
|
||||
.lein-repl-history
|
||||
.lein-plugins/
|
||||
.lein-failures
|
||||
.nrepl-port
|
Loading…
Add table
Add a link
Reference in a new issue