chore: updated gitignore

This commit is contained in:
Abdellah El Morabit 2025-11-15 16:03:28 +01:00
parent b5e3d99f83
commit bedb6d6cb7

21
.gitignore vendored
View File

@ -1,8 +1,21 @@
*.class # Scala + sbt build artifacts
*.log
target/ target/
project/target project/target/
project/project/ 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* hs_err_pid*
# IntelliJ
.idea/
*.iml
# VSCode
.vscode/