From 89d624bc118134e46e69ef03e12b571ed598e00b Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 21 Apr 2026 18:03:45 -0400 Subject: [PATCH] fix: update .gitignore to include all local .github content --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a29c265..3a06245 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,4 @@ v6/specialties/*.local.yaml .github/specialties/*.local.yaml # local .github content (may contain PII) -.github/*.* \ No newline at end of file +.github/ \ No newline at end of file