Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Регистрация
Вход
github
/
gitignore
зеркало из
Следить
1
В избранное
0
Форкнуть
Вы уже форкнули gitignore
0
Код
Задачи
Пакеты
Проекты
Релизы
Вики
Активность
2544a6b710
gitignore
/
Leiningen.gitignore
9 строки
87 B
Plaintext
Исходник
Обычный вид
История
Убрать экранирование
Экранировать
Add .gitignore for Leiningen projects
2011-04-08 07:00:56 +04:00
pom.xml
*jar
/lib/
/classes/
Leiningen by default creates a 'target' directory, not 'targets'
2013-11-09 20:32:03 +04:00
/target/
Add .gitignore for Leiningen projects
2011-04-08 07: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 09:48:48 +04:00
.lein-repl-history
Merge pull request #346 from bripkens/patch-1 Ignore information for lein plugin directory.
2013-11-07 17:35:43 +04:00
.lein-plugins/