adjusted gitignore (to intellij usage)

This commit is contained in:
fszimnau
2025-11-19 10:42:28 +01:00
parent 31d8cfd43d
commit c872efa459

6
.gitignore vendored
View File

@@ -1,3 +1,5 @@
target/ /target/
dist/ /dist/
*.class *.class
/.idea/
/*.iml