This commit is contained in:
nheron 2025-05-30 12:16:12 +02:00
commit 0144b0536f
2 changed files with 19 additions and 2 deletions

16
.gitignore vendored
View file

@ -11,3 +11,19 @@
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
/target/
# Eclipse
.classpath
.project
.settings/
# Intellij
.idea/
*.iml
*.iws
# Mac
.DS_Store
# Maven
log/
target/