From 6f3dba25d9a8b64dc62cff2c9e82737845cd43e7 Mon Sep 17 00:00:00 2001 From: Keurfon Luu Date: Mon, 3 Jan 2022 11:39:06 -0800 Subject: [PATCH] update .gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index eda0b26f..9de97ed0 100644 --- a/.gitignore +++ b/.gitignore @@ -98,4 +98,7 @@ ENV site # mypy -.mypy_cache \ No newline at end of file +.mypy_cache + +# VSCode +.vscode \ No newline at end of file