diff options
| author | Abdellah El Morabit <nsrddyn@gmail.com> | 2025-11-15 16:03:28 +0100 |
|---|---|---|
| committer | Abdellah El Morabit <nsrddyn@gmail.com> | 2025-11-15 16:03:28 +0100 |
| commit | bedb6d6cb730360cd8ff620d3cf2eb1abb1923e9 (patch) | |
| tree | ec8bd8d41f211ad54db60c8593390893a49098bf /.gitignore | |
| parent | b5e3d99f83a13d6f32eaf44b3ec10a0a4abf003e (diff) | |
chore: updated gitignore
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 21 |
1 files changed, 17 insertions, 4 deletions
@@ -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/ + |
