From 11bea585914d74687f2379125877288cecbc9b8b Mon Sep 17 00:00:00 2001 From: kmorrison Date: Fri, 16 Jul 2021 01:42:37 -0700 Subject: [PATCH] Add vscode to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ec6bf32..cf4e392 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ secret.py *__pycache__* .idea/* *.DS_Store -localmatches/ \ No newline at end of file +localmatches/ +.vscode/ \ No newline at end of file