From c87cde4692f2efc9ebc8ce58b306fb0eaff8bc27 Mon Sep 17 00:00:00 2001 From: andy840119 Date: Wed, 14 Jun 2023 21:40:53 +0800 Subject: [PATCH] Ignore the vscode or jetbrain local file. --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e1ab6c6..b59b50a 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,10 @@ Desktop.ini $RECYCLE.BIN/ # OSX -.DS_Store \ No newline at end of file +.DS_Store + +# local vscode config files +.vscode + +# local jetbrain config files +.idea