From f3149617e88426a34e5b7205a595a99257563a62 Mon Sep 17 00:00:00 2001 From: chenshuai <2268380485@qq.com> Date: Sat, 12 Apr 2025 20:11:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8IDEA=E6=89=93=E5=BC=80?= =?UTF-8?q?=E8=BF=9C=E7=A8=8B=E4=BB=93=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/.gitignore | 31 ++++++++++++++++++++ .idea/inspectionProfiles/Project_Default.xml | 5 ++++ 2 files changed, 36 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/inspectionProfiles/Project_Default.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..2ec35ee --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,31 @@ + +*.class + +*.log + +# Mobile Tools for Java (J2ME) +.mtj.tmp/ + +# Package Files # +*.jar +*.war +*.nar +*.ear +*.zip +*.tar.gz +*.rar + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* +replay_pid* + + + +# 默认忽略的文件 +/shelf/ +/workspace.xml +# 基于编辑器的 HTTP 客户端请求 +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..8d66637 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file