From 0baf31422a2063526d221a1ece34f4b6840f1a66 Mon Sep 17 00:00:00 2001 From: Noooste <83548733+Noooste@users.noreply.github.com> Date: Fri, 17 Apr 2026 16:29:02 +0200 Subject: [PATCH] chore: update .gitignore to include docs/ and config.yaml Signed-off-by: Noooste <83548733+Noooste@users.noreply.github.com> --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3d57463..ef8c5f5 100644 --- a/.gitignore +++ b/.gitignore @@ -60,4 +60,5 @@ meta/ garage.toml backend/docs/ -config.yaml \ No newline at end of file +config.yaml +docs/ \ No newline at end of file