From 3d19f2c93e9560517b7c6801ac594220b9682ad7 Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Sun, 11 Aug 2024 10:13:17 +0200 Subject: [PATCH] chore: add config.yaml to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e0bfe9a..e2e66cb 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ go.work .vscode +config.yaml