mirror of
https://github.com/nasrlol/torque.git
synced 2025-11-27 23:09:21 +01:00
chore: updated gitignore
This commit is contained in:
parent
b5e3d99f83
commit
bedb6d6cb7
21
.gitignore
vendored
21
.gitignore
vendored
@ -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/
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user