From f46d27164b79107abe405b221c9d424add55a723 Mon Sep 17 00:00:00 2001 From: Artur Borecki Date: Thu, 5 Mar 2026 20:38:26 +0100 Subject: [PATCH] chore(.gitignore): ignore `config/known_clients.yaml` as it's generated automatically --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 07febb3..181b2a7 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,6 @@ logs/ # Sphinx docs/_build/ docs/ref/modules/ + +# known clients +config/known_clients.yaml