summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore20
1 files changed, 18 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 7169cab..bf3dcc7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,21 @@
+# Scala + sbt build artifacts
+target/
+project/target/
+project/project/
+
+# Metals + BSP cache
+.metals/
+.bsp/
+
+# Java / JVM artifacts
*.class
*.log
-
-# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
+
+# IntelliJ
+.idea/
+*.iml
+
+# VSCode
+.vscode/
+