From 5df76325380722d65e5c01b29476e0bfedc78a1c Mon Sep 17 00:00:00 2001 From: litenghui <644052732@qq.com> Date: Mon, 5 Sep 2022 10:38:32 +0800 Subject: [PATCH] chore: update gitignore --story=0 --- .gitignore | 8 +++++++- .idea/misc.xml | 50 -------------------------------------------------- 2 files changed, 7 insertions(+), 51 deletions(-) delete mode 100644 .idea/misc.xml diff --git a/.gitignore b/.gitignore index 3b92166..a715ffb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,9 @@ +# IDE +.idea +.vscode +.DS_Store +cover.out + +# tmp *.log *.log.* -.idea/* \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 7998993..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - - \ No newline at end of file -- GitLab