From 3c3edb3cf8ba1a9274031374bd0a33a1541c871c Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Fri, 3 Nov 2023 22:38:19 +0100 Subject: [PATCH] chore: Add `.vscode` to `.gitignore` --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 91984e3..dfb7f39 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ __pycache__ config.json -static \ No newline at end of file +static +.vscode