- add target to gitignore

- add profiles to pom.xml
This commit is contained in:
2026-04-21 06:45:24 +07:00
parent 85efdb7714
commit 322ef49568
2 changed files with 35 additions and 0 deletions

11
.gitignore vendored Normal file
View File

@ -0,0 +1,11 @@
# Maven / build output
target/
# IDE / workspace files
.idea/
*.iml
.vscode/
# OS artifacts
.DS_Store
Thumbs.db