diff options
| -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/ + |
