From bbbaee085a34f87fb0ea95c3c7b7f98c129e824b Mon Sep 17 00:00:00 2001 From: Ben Deane Date: Wed, 8 Oct 2025 20:49:46 -0600 Subject: [PATCH] :arrow_up: Update `.gitignore` for mermaid config Problem: - We receive docs/mermaid.conf from the CICD repo upstream, but it's not in the `.gitignore` file. Solution: - Add it to the `.gitignore` file. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a9aa622..4334501 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ __pycache__ .hypothesis requirements.txt docs/puppeteer_config.json +docs/mermaid.conf