diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 20 |
1 files changed, 18 insertions, 2 deletions
@@ -1,5 +1,21 @@ +# Scala + sbt build artifacts +target/ +project/target/ +project/project/ + +# Metals + BSP cache +.metals/ +.bsp/ + +# Java / JVM artifacts *.class *.log - -# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* + +# IntelliJ +.idea/ +*.iml + +# VSCode +.vscode/ + |
