1
0
mirror of https://github.com/github/gitignore synced 2024-05-29 16:58:25 +02:00

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
This commit is contained in:
Sean Brewer 2013-04-21 02:48:48 -03:00
parent 0aeefb48c0
commit 00db51bba6

View File

@ -4,3 +4,4 @@ pom.xml
/classes/
/targets/
.lein-deps-sum
.lein-repl-history