From bfda986e588f795af612e4c98c9e9adf9aa81ae1 Mon Sep 17 00:00:00 2001 From: Michael Lyons Date: Mon, 20 Apr 2026 08:52:44 -0400 Subject: [PATCH] Fix gitattribute paths They don't cascade to descendants like gitignore --- .gitattributes | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index 65884bb..172cbac 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,8 +3,10 @@ *.sublime-syntax text *.txt text +# Skip packaging for distribution /.git* export-ignore -/tests/ export-ignore -/resources/ export-ignore -/README.md export-ignore -"/support/Test Functions.sublime-completions" export-ignore \ No newline at end of file +/.github/** export-ignore +/resources/** export-ignore +"/tests/Excel Formula (XX).sublime-syntax" export-ignore +"/tests/syntax_test_excel.xx.xls.txt" export-ignore +"/support/Test Functions.sublime-completions" export-ignore