chore: add .gitignore, remove target/

This commit is contained in:
hsiegeln
2026-04-03 00:16:35 +02:00
parent 6e0a088183
commit 5a6247abc7
15 changed files with 10 additions and 38 deletions

10
.gitignore vendored Normal file
View File

@@ -0,0 +1,10 @@
target/
*.class
*.jar
*.log
.idea/
*.iml
.DS_Store
node_modules/
ui/dist/
ui/node_modules/