summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore10
1 files changed, 1 insertions, 9 deletions
diff --git a/.gitignore b/.gitignore
index bf3dcc7..3cd6859 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,21 +1,13 @@
-# Scala + sbt build artifacts
target/
project/target/
project/project/
-
-# Metals + BSP cache
+.bloop/
.metals/
.bsp/
-
-# Java / JVM artifacts
*.class
*.log
hs_err_pid*
-
-# IntelliJ
.idea/
*.iml
-
-# VSCode
.vscode/