From e6eb61021d15e0f2290d02a4777bb261988c697e Mon Sep 17 00:00:00 2001 From: liangping <18786721@qq.com> Date: Mon, 22 May 2023 14:52:24 +0800 Subject: [PATCH] ignore .idea --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d3ae78d0..212ccd26 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ node_modules/ **/.vscode yarn-error.log -dist \ No newline at end of file +dist +.idea \ No newline at end of file