From 59fc79b496dd4501a8870b472f01670d0ac29fb0 Mon Sep 17 00:00:00 2001 From: Simon Guilloud Date: Wed, 20 Mar 2024 13:07:11 +0100 Subject: [PATCH] untrack metals.sbt --- .gitignore | 2 +- project/project/metals.sbt | 12 ------------ project/project/project/metals.sbt | 6 ------ 3 files changed, 1 insertion(+), 19 deletions(-) delete mode 100644 project/project/metals.sbt delete mode 100644 project/project/project/metals.sbt diff --git a/.gitignore b/.gitignore index 4635175b8..40f840407 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,7 @@ .idea .metals .vscode -project/metals.sbt +project/*/metals.sbt sbt-launch.jar # build-related diff --git a/project/project/metals.sbt b/project/project/metals.sbt deleted file mode 100644 index fcc855b3c..000000000 --- a/project/project/metals.sbt +++ /dev/null @@ -1,12 +0,0 @@ -// DO NOT EDIT! This file is auto-generated. - -// This plugin enables semantic information to be produced by sbt. -// It also adds support for debugging using the Debug Adapter Protocol - -addSbtPlugin("org.scalameta" % "sbt-metals" % "1.2.2") - -// This plugin makes sure that the JDI tools are in the sbt classpath. -// JDI tools are used by the debug adapter server. - -addSbtPlugin("org.scala-debugger" % "sbt-jdi-tools" % "1.1.1") - diff --git a/project/project/project/metals.sbt b/project/project/project/metals.sbt deleted file mode 100644 index 119c92969..000000000 --- a/project/project/project/metals.sbt +++ /dev/null @@ -1,6 +0,0 @@ -// DO NOT EDIT! This file is auto-generated. - -// This file enables sbt-bloop to create bloop config files. - -addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.15") -