From a7c46cdbc5abf4665da2340af0ee3ad202586159 Mon Sep 17 00:00:00 2001 From: Nitjsefnie Date: Sat, 1 Aug 2026 14:21:28 +0200 Subject: [PATCH] Anchor the remaining config.*.yaml ignore rule to repository root A bare config.*.yaml pattern matches at any depth, so it silently ignores example configs under examples/. Anchoring it to /config.*.yaml keeps the developer-secret protection at the root while allowing nested example configs to be tracked normally. Drop the redundant config.groq.yaml line: the anchored wildcard already covers it. Co-Authored-By: Kimi K2.7 Code --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f037b5c..3af018a 100644 --- a/.gitignore +++ b/.gitignore @@ -238,8 +238,7 @@ tiktoken-docs.md # Local config files (contains local settings, use env vars for secrets) /config.yaml -config.groq.yaml -config.*.yaml +/config.*.yaml # Generated eval report artifacts /reports/