From e5e52f1d68210f7066d52bf2041d23b0709d54da Mon Sep 17 00:00:00 2001 From: helium729 Date: Mon, 17 May 2021 16:38:03 +0800 Subject: [PATCH] add vscode gitingnore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index ef6d2aca..963297ef 100644 --- a/.gitignore +++ b/.gitignore @@ -91,3 +91,6 @@ ENV/ # Rope project settings .ropeproject + +# VS Code project setting +.vscode \ No newline at end of file