From bedb6d6cb730360cd8ff620d3cf2eb1abb1923e9 Mon Sep 17 00:00:00 2001 From: Abdellah El Morabit Date: Sat, 15 Nov 2025 16:03:28 +0100 Subject: [PATCH] chore: updated gitignore --- .gitignore | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index a30d514..bf3dcc7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,21 @@ -*.class -*.log +# Scala + sbt build artifacts target/ -project/target +project/target/ project/project/ -# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +# Metals + BSP cache +.metals/ +.bsp/ + +# Java / JVM artifacts +*.class +*.log hs_err_pid* + +# IntelliJ +.idea/ +*.iml + +# VSCode +.vscode/ +