This website requires JavaScript.
Explore
Help
Sign In
OPENGIT
/
gitignore
Watch
1
Star
0
Fork
0
You've already forked gitignore
mirror of
https://github.com/github/gitignore.git
synced
2024-12-29 18:55:10 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
f4e8e686d6
gitignore
/
Leiningen.gitignore
9 lines
87 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add .gitignore for Leiningen projects
2011-04-08 11:00:56 +08:00
pom.xml
*jar
/lib/
/classes/
Leiningen by default creates a 'target' directory, not 'targets'
2013-11-10 00:32:03 +08:00
/target/
Add .gitignore for Leiningen projects
2011-04-08 11:00:56 +08: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 13:48:48 +08:00
.lein-repl-history
Merge pull request #346 from bripkens/patch-1 Ignore information for lein plugin directory.
2013-11-07 21:35:43 +08:00
.lein-plugins/
Reference in New Issue
Copy Permalink