From a82c12fc9337fb6e710f1f219cc410db42b2a4ac 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