commit 45b34a9d544ebae8b946c95cc5cec6244e5ce9f2 Author: xuxin <840198532@qq.com> Date: Tue Apr 28 16:02:45 2026 +0800 第一次提交 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b979c17 --- /dev/null +++ b/.gitignore @@ -0,0 +1,45 @@ +# Maven 构建产物 +target/ +*/target/ +**/target/ + +# IntelliJ IDEA 配置文件 +.idea/ +*.iws +*.iml +*.ipr +out/ + +# 系统临时文件 +*.tmp +*.temp +*~ + +# Windows 系统文件 +Thumbs.db +Desktop.ini + +# 日志文件 +logs/ +*.log +**/logs/ +**/*.log + +# 测试报告 +test-reports/ +surefire-reports/ +failsafe-reports/ +jacoco.exec +jacoco-report/ + +# 打包文件 +*.jar +*.war +*.ear +*.zip +*.tar.gz +*.tar.bz2 + +# 敏感配置文件 +*.key +*.pem \ No newline at end of file