2019-05-11 08:54:35 +01:00
|
|
|
# Created by https://www.gitignore.io/api/sbt,scala
|
|
|
|
# Edit at https://www.gitignore.io/?templates=sbt,scala
|
|
|
|
|
|
|
|
### SBT ###
|
|
|
|
# Simple Build Tool
|
|
|
|
# http://www.scala-sbt.org/release/docs/Getting-Started/Directories.html#configuring-version-control
|
|
|
|
|
|
|
|
dist/*
|
|
|
|
target/
|
|
|
|
lib_managed/
|
|
|
|
src_managed/
|
|
|
|
project/boot/
|
|
|
|
project/plugins/project/
|
|
|
|
.history
|
|
|
|
.cache
|
|
|
|
.lib/
|
|
|
|
|
|
|
|
### Scala ###
|
|
|
|
*.class
|
|
|
|
*.log
|
|
|
|
|
|
|
|
# End of https://www.gitignore.io/api/sbt,scala
|
|
|
|
|
|
|
|
### IntelliJ ###
|
2019-04-29 20:05:41 +01:00
|
|
|
*.iml
|
2019-05-06 17:15:14 +01:00
|
|
|
.idea/
|
2019-05-11 08:54:35 +01:00
|
|
|
|
|
|
|
### Metals ###
|
2019-05-06 17:15:14 +01:00
|
|
|
.bloop/
|
|
|
|
.metals/
|
2019-06-17 15:33:49 +01:00
|
|
|
/thorp
|
2019-05-14 07:27:14 +01:00
|
|
|
*.zip
|