summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAbdellah El Morabit <nsrddyn@gmail.com>2025-11-15 16:08:35 +0100
committerGitHub <noreply@github.com>2025-11-15 16:08:35 +0100
commit3b216640948e38d3d8a475ffd653a5d71d8ac9a1 (patch)
treeec8bd8d41f211ad54db60c8593390893a49098bf /.gitignore
parent8fd093f82ca0f6f3bfc08f42e47ede4fc86bea3b (diff)
parentbedb6d6cb730360cd8ff620d3cf2eb1abb1923e9 (diff)
Merge pull request #1 from nasrlol/chore/project-structure
setup of the project structure
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/
+