From edc63c750b179bd24ba58ca346b6e0ff2e37bd1e Mon Sep 17 00:00:00 2001 From: ZhanGSKen Date: Mon, 22 Sep 2025 08:25:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E7=90=86git=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 5dea002..110c6f0 100644 --- a/.gitignore +++ b/.gitignore @@ -87,19 +87,15 @@ lint/tmp/ # Android Profiling *.hprof -# Custom -.androidide +# 忽略 Lint 输出文件 lint-results.xml lint-results.html -winboll.properties -local.properties + +## 忽略 AndroidIDE 临时文件夹 +.androidide ## 忽略模块应用编译配置 /settings.gradle /gradle.properties - -## 忽略 srv 纠结问题 -/srv/ - -## 忽略 winboll-x 文件夹 -/winboll-x/ +/winboll.properties +/local.properties