From b96c4615cdae285f613f757ae9381317249bf1fc Mon Sep 17 00:00:00 2001 From: nasr Date: Thu, 20 Nov 2025 21:41:05 +0100 Subject: [PATCH] feature: add .scala-build/ to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a4b8289..02c51fb 100644 --- a/.gitignore +++ b/.gitignore @@ -10,5 +10,6 @@ hs_err_pid* .idea/ *.iml .vscode/ +.scala-build/ project/metals.sbt