Paul Campbell
9196dd623f
* [sbt] change application name * [cli] rename package * [cli] Change displayed application name and description * [domain] rename package * [core] fix bad package directory structure * [core] rename package * [aws-lib] rename package * [aws-api] rename package * [cli] rename programe for usage message * [bin] rename and update script * [gitignore] update * [readme] update
32 lines
500 B
Text
32 lines
500 B
Text
# 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 ###
|
|
*.iml
|
|
.idea/
|
|
|
|
### Metals ###
|
|
.bloop/
|
|
.metals/
|
|
/thorp
|
|
*.zip
|