Add .gitignore file and remove target directory from git tracking

This commit is contained in:
zyh
2025-08-26 15:21:06 +08:00
parent d3fe8fda7d
commit bd0a9e6dd7
16 changed files with 28 additions and 816 deletions

28
.gitignore vendored Normal file
View File

@@ -0,0 +1,28 @@
# Maven
target/
*.class
# IntelliJ IDEA
*.iml
*.ipr
*.iws
.idea/
# Eclipse
.settings/
.project
.classpath
# VSCode
.vscode/
# OS
.DS_Store
Thumbs.db
# Logs
*.log
# Temporary files
*.tmp
*.temp