From df3b9110304cd2761cf86ac13e4115546445e260 Mon Sep 17 00:00:00 2001 From: Melora Hugues Date: Sun, 1 Oct 2023 13:38:06 +0200 Subject: [PATCH] Ignore vscode files --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0d92c8a..9738517 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,7 @@ # hugo files .hugo_build.lock **/_gen -public \ No newline at end of file +public + +# Vscode +.vscode \ No newline at end of file