Switch to Mill

This commit is contained in:
Aly 2020-09-18 11:51:04 -07:00
parent cc43229ef0
commit f78d1a7aeb
6 changed files with 34 additions and 38 deletions

32
.gitignore vendored
View file

@ -1,28 +1,4 @@
# Created by https://www.toptal.com/developers/gitignore/api/scala,sbt,metals
# Edit at https://www.toptal.com/developers/gitignore?templates=scala,sbt,metals
### Metals ###
.metals/
.bloop/
project/metals.sbt
### 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.toptal.com/developers/gitignore/api/scala,sbt,metals
.bloop/*
.metals/*
.vscode/*
out/*