From f6ba41da4a371bbd3f76f80be4ed4bb5839a25b6 Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Sat, 7 Oct 2023 20:15:37 +0200 Subject: [PATCH] ignore .vscode/ directory --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7405de3..f42a75a 100644 --- a/.gitignore +++ b/.gitignore @@ -175,4 +175,7 @@ rendercv/vendor/TinyTeX/ # RenderCV related tests/outputs/ tests/inputs/personal.json -tests/inputs/personal.yaml \ No newline at end of file +tests/inputs/personal.yaml + +# VSCode +.vscode/ \ No newline at end of file