Added new files/folders to the .gitignore

This commit is contained in:
Mathias Wagner 2024-02-13 18:33:53 +01:00
parent d6e4fcca5f
commit 397c5fcb05
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

10
.gitignore vendored
View File

@ -1,5 +1,6 @@
# Compiled class file
*.class
target
# Log file
*.log
@ -22,3 +23,12 @@
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
replay_pid*
# IDE files
.idea
*.iml
.vscode
.classpath
# Data files
data