From 4d2e3d4916ae78423c5211fff8c0dccadb655380 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=B0=E5=B2=A9?= Date: Thu, 19 Mar 2026 19:46:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E4=BA=8E=E5=90=89=E6=9E=97=E9=93=B6?= =?UTF-8?q?=E8=A1=8C=E6=96=B0=E5=BB=BAAI=E6=99=BA=E8=83=BD=E5=9F=B9?= =?UTF-8?q?=E8=AE=AD=E7=B3=BB=E7=BB=9F=E7=9A=84=E9=9C=80=E6=B1=82=5F?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0.gitignore=EF=BC=8C=E5=BF=BD=E7=95=A5Gradle?= =?UTF-8?q?=E7=BC=93=E5=AD=98=E5=92=8C=E6=9E=84=E5=BB=BA=E4=BA=A7=E7=89=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a908cd36..c1eda1d1 100644 --- a/.gitignore +++ b/.gitignore @@ -23,4 +23,7 @@ release *.ntvs* *.njsproj *.sln -*.sw? \ No newline at end of file +*.sw? + +# Gradle 缓存 +.gradle/ \ No newline at end of file