From 3f21079648374d4a79621e0466524a89707520cd Mon Sep 17 00:00:00 2001 From: eloots Date: Tue, 13 Oct 2020 11:14:01 +0200 Subject: [PATCH] Ignore .bsp files - Using Build Server Protocol creates .bsp files. Ignore these --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5669c4920..6f63c3aaf 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ collectedLogs.zip .bloop/ .metals/ .swp +.bsp **/project/metals.sbt # sbt specific