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