22 строки
254 B
Plaintext
22 строки
254 B
Plaintext
|
*.class
|
||
|
*.log
|
||
|
|
||
|
# sbt specific
|
||
|
.cache/
|
||
|
.history/
|
||
|
.lib/
|
||
|
dist/*
|
||
|
target/
|
||
|
lib_managed/
|
||
|
src_managed/
|
||
|
project/boot/
|
||
|
project/plugins/project/
|
||
|
|
||
|
# Scala-IDE specific
|
||
|
.scala_dependencies
|
||
|
.worksheet
|
||
|
.idea
|
||
|
|
||
|
# Safeguard login creds
|
||
|
src/main/resources/application.conf
|