huang
2025-11-18 1566e4c7604d85737ea67fe6757e71b8185fa48e
.gitignore
@@ -1,3 +1,17 @@
<<<<<<< HEAD
# 忽略所有模块的target目录(递归匹配所有子目录)
**/target/
# 忽略target目录下的所有文件(防止遗漏)
**/target/*
# 若有Gradle模块,补充忽略build目录
**/build/
**/build/*
# 忽略IDE生成的临时文件(可选)
**/.idea/
**/*.iml
**/.classpath
**/.project
=======
*.class
# Mobile Tools for Java (J2ME)
@@ -10,3 +24,4 @@
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
>>>>>>> 595aa908e596cfc3ba605fe9afd5ca2e7d0a4901