We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0159da3 commit a8b073bCopy full SHA for a8b073b
.gitattributes
@@ -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