From ad7d7c6a1bd8c2e13306f53ff21b5d89fe8268c4 Mon Sep 17 00:00:00 2001 From: Kenneth Date: Mon, 29 Dec 2025 01:03:40 +0000 Subject: [PATCH] chore: add backend config.yaml to .gitignore --- apps/backend/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/backend/.gitignore b/apps/backend/.gitignore index e05e4cf..6d2a17e 100644 --- a/apps/backend/.gitignore +++ b/apps/backend/.gitignore @@ -1,3 +1,4 @@ data/ +config.yaml bin/ -.gocache/ \ No newline at end of file +.gocache/