From 55af9afd8160327725bdec13f9cccdc7916ccede Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=BB=E7=BB=B4=E7=82=B3?= Date: Thu, 17 Apr 2025 18:10:34 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=8F=90=E4=BA=A4=E3=80=91=E6=8F=90?= =?UTF-8?q?=E4=BA=A4git=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/.gitignore | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.idea/.gitignore b/.idea/.gitignore index 35410cac..a555321b 100644 --- a/.idea/.gitignore +++ b/.idea/.gitignore @@ -6,3 +6,21 @@ # Datasource local storage ignored files /dataSources/ /dataSources.local.xml +# Java class files +*.class + +# Maven +/target/ + +# Gradle +/build/ + +# Logs +*.log + +# IDE config +.idea/ +*.iml +*.iws +.vscode/ +.DS_Store \ No newline at end of file