From abcd1ab579737a618a322c76990e7a2cd2208364 Mon Sep 17 00:00:00 2001 From: ASUS <515617283@qq.com> Date: Fri, 15 Aug 2025 09:33:42 +0800 Subject: [PATCH] add --- .gitignore | 1 + .idea/.gitignore | 8 -------- .idea/modules.xml | 8 -------- .idea/php.xml | 20 -------------------- .idea/vcs.xml | 6 ------ .idea/webman_duanju.iml | 8 -------- 6 files changed, 1 insertion(+), 50 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/modules.xml delete mode 100644 .idea/php.xml delete mode 100644 .idea/vcs.xml delete mode 100644 .idea/webman_duanju.iml diff --git a/.gitignore b/.gitignore index 25c2cbc..4de6e73 100644 --- a/.gitignore +++ b/.gitignore @@ -5,5 +5,6 @@ *.log .env .idea +.idea/ /tests/tmp /tests/.phpunit.result.cache diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 35410ca..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# 默认忽略的文件 -/shelf/ -/workspace.xml -# 基于编辑器的 HTTP 客户端请求 -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 8122b84..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/php.xml b/.idea/php.xml deleted file mode 100644 index e84699f..0000000 --- a/.idea/php.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 35eb1dd..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/webman_duanju.iml b/.idea/webman_duanju.iml deleted file mode 100644 index c956989..0000000 --- a/.idea/webman_duanju.iml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file