From 2bab62512a9d76e2aabb371e49f341c94d2ae6bc Mon Sep 17 00:00:00 2001 From: ZiHangQin <1420014281@qq.com> Date: Tue, 8 Aug 2023 10:33:48 +0800 Subject: [PATCH] =?UTF-8?q?doc(gitignore)=EF=BC=9A=E7=A6=81=E6=AD=A2goland?= =?UTF-8?q?=E4=B8=AA=E6=80=A7=E5=8C=96=E9=85=8D=E7=BD=AE=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + .idea/electricity_bill_calc_service.iml | 8 ++++++-- .idea/electricity_bill_calc_service.iml.bak | 4 ++++ 3 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 .idea/electricity_bill_calc_service.iml.bak diff --git a/.gitignore b/.gitignore index 45e75ee..35c3eba 100644 --- a/.gitignore +++ b/.gitignore @@ -161,6 +161,7 @@ atlassian-ide-plugin.xml # Cursive Clojure plugin .idea/replstate.xml +.idea/electricity_bill_calc_service.iml # SonarLint plugin .idea/sonarlint/ diff --git a/.idea/electricity_bill_calc_service.iml b/.idea/electricity_bill_calc_service.iml index 7ee078d..c956989 100644 --- a/.idea/electricity_bill_calc_service.iml +++ b/.idea/electricity_bill_calc_service.iml @@ -1,4 +1,8 @@ - - + + + + + + \ No newline at end of file diff --git a/.idea/electricity_bill_calc_service.iml.bak b/.idea/electricity_bill_calc_service.iml.bak new file mode 100644 index 0000000..7ee078d --- /dev/null +++ b/.idea/electricity_bill_calc_service.iml.bak @@ -0,0 +1,4 @@ + + + + \ No newline at end of file