This website requires JavaScript.
Explore
Help
Register
Sign In
rune
/
gitignore
Watch
1
Star
0
Fork
0
You've already forked gitignore
Code
Pull Requests
Activity
b83dd2fb1e
gitignore
/
Leiningen.gitignore
10 lines
99 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add .gitignore for Leiningen projects
2011-04-08 05:00:56 +02:00
pom.xml
Ignore signed pom files in leiningen projects Pom files are commonly signed before deploy as part of the build/signoff process
2014-02-24 01:22:13 +01:00
pom.xml.asc
Add .gitignore for Leiningen projects
2011-04-08 05:00:56 +02:00
*jar
/lib/
/classes/
Leiningen by default creates a 'target' directory, not 'targets'
2013-11-09 17:32:03 +01:00
/target/
Add .gitignore for Leiningen projects
2011-04-08 05:00:56 +02:00
.lein-deps-sum
Ignore Leiningen REPL history If you open an REPL within your project with `lein repl`, your REPL history gets saved in .lein-repl-history. This file does not need to be committed to a repository
2013-04-21 07:48:48 +02:00
.lein-repl-history
Merge pull request #346 from bripkens/patch-1 Ignore information for lein plugin directory.
2013-11-07 14:35:43 +01:00
.lein-plugins/
Copy Permalink