From 92c52677e9f8fcc1027b63fd773045ebdf7e1f92 Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Wed, 3 Jan 2024 19:17:40 +0100 Subject: [PATCH] chore: ignore VSCode Signed-off-by: Matej Focko --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 9432263..0c69996 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,6 @@ static/files/**/*.tar.bz2 # ignore generated SVGs static/files/**/*.svg static/files/**/*.png + +# ignore the VSCode crap +/.vscode \ No newline at end of file