torque/.gitignore

22 lines
203 B
Plaintext

# 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/