Skip to content

Commit a8b073b

Browse files
committed
add .gitattributes
1 parent 0159da3 commit a8b073b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.gitattributes

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Ignore files when creating a Release so we can control how we attach the assets
2+
.gitattributes export-ignore
3+
# exclude the Variable folder for releases and attach a zip to keep the default release zip smaller
4+
Variable export-ignore
5+
6+
# Tell GitHub not to categorize these files as language files
7+
**/*.SC linguist-vendored
8+
**/*.HC linguist-vendored
9+
**/*.J linguist-vendored

0 commit comments

Comments
 (0)