From 1e15d4f8c36f75e05aa50f2714b016deb428fce9 Mon Sep 17 00:00:00 2001 From: Dave Russell <39733752+007revad@users.noreply.github.com> Date: Sun, 2 Nov 2025 13:19:45 +1100 Subject: [PATCH] Add export-ignore for .github directory --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 629298a..8e69af8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -106,3 +106,4 @@ .gitattributes export-ignore .gitignore export-ignore .gitkeep export-ignore +.github/ export-ignore