From b87a1cfbea28d2a7b72e045bce8356df53f82c84 Mon Sep 17 00:00:00 2001 From: Melora Hugues Date: Sun, 22 Oct 2023 14:03:56 +0200 Subject: [PATCH] chore: add vscode to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 83a83a5..3c98e4d 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,5 @@ go.work # Go build file **/build/ + +.vscode \ No newline at end of file