From b0d49ab3c4678cd40af02627f42bd4877cbf3cae Mon Sep 17 00:00:00 2001 From: Noah Theus Date: Sun, 22 Dec 2024 08:20:51 +0100 Subject: [PATCH] gitignore vscode config --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3d428ed..14beab4 100644 --- a/.gitignore +++ b/.gitignore @@ -25,4 +25,7 @@ go.work.sum .env # Build ouput -build/ \ No newline at end of file +build/ + +# vscode config +.vscode/ \ No newline at end of file