From 2b1ef62387f23186031e9c2c0dd4ce23bfa31ae7 Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Sun, 17 Dec 2023 18:30:45 +0100 Subject: [PATCH] chore: ignore VSCode BS Signed-off-by: Matej Focko --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 29a3bb3..5552a83 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,7 @@ /inputs/*.txt # ignore file with ‹get_input› cookies -/.env.yaml \ No newline at end of file +/.env.yaml + +# ignore VSCode files +/.vscode