42 lines
824 B
Text
42 lines
824 B
Text
|
|
||
|
# Created by https://www.toptal.com/developers/gitignore/api/sbt,scala,metals,bloop,visualstudiocode
|
||
|
# Edit at https://www.toptal.com/developers/gitignore?templates=sbt,scala,metals,bloop,visualstudiocode
|
||
|
|
||
|
### Bloop ###
|
||
|
.bloop/
|
||
|
|
||
|
### Metals ###
|
||
|
.metals/
|
||
|
project/metals.sbt
|
||
|
project/project/
|
||
|
|
||
|
### 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
|
||
|
|
||
|
### VisualStudioCode ###
|
||
|
.vscode/*
|
||
|
!.vscode/tasks.json
|
||
|
!.vscode/launch.json
|
||
|
*.code-workspace
|
||
|
|
||
|
### VisualStudioCode Patch ###
|
||
|
# Ignore all local history of files
|
||
|
.ionide
|
||
|
|
||
|
# End of https://www.toptal.com/developers/gitignore/api/sbt,scala,metals,bloop,visualstudiocode
|