summaryrefslogtreecommitdiff
path: root/.gitignore
blob: bf3dcc7da0b964d2fd2dac416814b17296f3f94d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Scala + sbt build artifacts
target/
project/target/
project/project/

# Metals + BSP cache
.metals/
.bsp/

# Java / JVM artifacts
*.class
*.log
hs_err_pid*

# IntelliJ
.idea/
*.iml

# VSCode
.vscode/