thorp/.gitignore

33 lines
500 B
Text
Raw Normal View History

# 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/
### Metals ###
2019-05-06 17:15:14 +01:00
.bloop/
.metals/
/thorp
2019-05-14 07:27:14 +01:00
*.zip