mirror of
https://github.com/go-gitea/gitea
synced 2025-08-07 10:08:20 +00:00
Implements 1071, .gitignore support for FSharp and Clojure. (#1072)
This commit is contained in:
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
|
Reference in New Issue
Block a user