From 7809bccc35771bd9d8016a6800e79f8c3ccdf07c Mon Sep 17 00:00:00 2001 From: Xudong Guo Date: Mon, 11 Sep 2023 09:58:47 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=F0=9F=92=A1=20Add=20some=20.gitign?= =?UTF-8?q?ore=20rules?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 51e7ee1..2b3b932 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ /target -node_modules \ No newline at end of file +node_modules +.idea/ +.DS_Store +.vscode/ \ No newline at end of file