From 24f7d163901e2425fc8b8333048015504f33baf2 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Thu, 26 Mar 2026 12:17:10 +0100 Subject: [PATCH] chore: Properly exclude directories Signed-off-by: Michael Vetter --- .gitattributes | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index e322be12..96bcc9c2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,9 +3,9 @@ .codespellrc export-ignore .commitlintrc.json export-ignore .git-blame-ignore-revs export-ignore -.github/* export-ignore +.github/ export-ignore CONTRIBUTING.md export-ignore RELEASE_GUIDE.md export-ignore -ci/* export-ignore +ci/ export-ignore prof.supp export-ignore -scripts/* export-ignore +scripts/ export-ignore