Skip to content

Commit bfda986

Browse files
committed
Fix gitattribute paths
They don't cascade to descendants like gitignore
1 parent e1b1cef commit bfda986

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.gitattributes

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
*.sublime-syntax text
44
*.txt text
55

6+
# Skip packaging for distribution
67
/.git* export-ignore
7-
/tests/ export-ignore
8-
/resources/ export-ignore
9-
/README.md export-ignore
10-
"/support/Test Functions.sublime-completions" export-ignore
8+
/.github/** export-ignore
9+
/resources/** export-ignore
10+
"/tests/Excel Formula (XX).sublime-syntax" export-ignore
11+
"/tests/syntax_test_excel.xx.xls.txt" export-ignore
12+
"/support/Test Functions.sublime-completions" export-ignore

0 commit comments

Comments
 (0)