We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1b1cef commit bfda986Copy full SHA for bfda986
1 file changed
.gitattributes
@@ -3,8 +3,10 @@
3
*.sublime-syntax text
4
*.txt text
5
6
+# Skip packaging for distribution
7
/.git* export-ignore
-/tests/ export-ignore
8
-/resources/ export-ignore
9
-/README.md export-ignore
10
-"/support/Test Functions.sublime-completions" export-ignore
+/.github/** export-ignore
+/resources/** export-ignore
+"/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