From f66fef2ce0006b98e7a071c36cadb5f5012c8702 Mon Sep 17 00:00:00 2001 From: coward Date: Fri, 18 Oct 2024 17:21:53 +0800 Subject: [PATCH] =?UTF-8?q?:fire:=E7=A7=BB=E9=99=A4idea=E9=85=8D=E7=BD=AE?= =?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 | 3 ++- .idea/.gitignore | 8 -------- .idea/git_toolbox_blame.xml | 6 ------ .idea/inspectionProfiles/Project_Default.xml | 10 ---------- .idea/modules.xml | 8 -------- .idea/watcherTasks.xml | 8 -------- .idea/website-nav.iml | 9 --------- 7 files changed, 2 insertions(+), 50 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/git_toolbox_blame.xml delete mode 100644 .idea/inspectionProfiles/Project_Default.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/watcherTasks.xml delete mode 100644 .idea/website-nav.iml diff --git a/.gitignore b/.gitignore index 2591bc6..c84cb6b 100644 --- a/.gitignore +++ b/.gitignore @@ -25,4 +25,5 @@ go.work app.yaml logs/* -logs \ No newline at end of file +logs +.idea \ No newline at end of file diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 13566b8..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/.idea/git_toolbox_blame.xml b/.idea/git_toolbox_blame.xml deleted file mode 100644 index 7dc1249..0000000 --- a/.idea/git_toolbox_blame.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index 27053e8..0000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index dec5238..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/watcherTasks.xml b/.idea/watcherTasks.xml deleted file mode 100644 index 4aabca4..0000000 --- a/.idea/watcherTasks.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/.idea/website-nav.iml b/.idea/website-nav.iml deleted file mode 100644 index 5e764c4..0000000 --- a/.idea/website-nav.iml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file