summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAbdellah El Morabit <nsrddyn@gmail.com>2025-11-15 16:03:28 +0100
committerAbdellah El Morabit <nsrddyn@gmail.com>2025-11-15 16:03:28 +0100
commitbedb6d6cb730360cd8ff620d3cf2eb1abb1923e9 (patch)
treeec8bd8d41f211ad54db60c8593390893a49098bf /.gitignore
parentb5e3d99f83a13d6f32eaf44b3ec10a0a4abf003e (diff)
chore: updated gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore21
1 files 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/
+