diff --git a/.gitignore b/.gitignore index 1084a53..27c2ee8 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,4 @@ .metals target/ */target/** -**/project/metals.sbt \ No newline at end of file +**/metals.sbt \ No newline at end of file diff --git a/project/metals.sbt b/project/metals.sbt deleted file mode 100644 index 4c9df44..0000000 --- a/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.13") -