From 8fdd64930f0be8c958bd689a9e248316728903bd Mon Sep 17 00:00:00 2001 From: xuxin <840198532@qq.com> Date: Sat, 13 Sep 2025 13:57:37 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E5=88=9D=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4376cb3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,47 @@ +# 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 + +# 敏感配置文件 +*.properties +*.yml +*.key +*.pem \ No newline at end of file