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
|
# Scala + sbt build artifacts
|
||||||
*.log
|
|
||||||
target/
|
target/
|
||||||
project/target
|
project/target/
|
||||||
project/project/
|
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*
|
hs_err_pid*
|
||||||
|
|
||||||
|
# IntelliJ
|
||||||
|
.idea/
|
||||||
|
*.iml
|
||||||
|
|
||||||
|
# VSCode
|
||||||
|
.vscode/
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user