fancadescala/.gitignore

29 lines
581 B
Plaintext
Raw Normal View History

2020-04-13 02:39:49 +00:00
2020-07-02 06:15:57 +00:00
# Created by https://www.toptal.com/developers/gitignore/api/scala,sbt,metals
# Edit at https://www.toptal.com/developers/gitignore?templates=scala,sbt,metals
2020-04-13 02:39:49 +00:00
2020-07-02 06:15:57 +00:00
### Metals ###
.metals/
.bloop/
project/metals.sbt
2020-04-13 02:39:49 +00:00
### 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
2020-07-02 06:15:57 +00:00
# End of https://www.toptal.com/developers/gitignore/api/scala,sbt,metals