Skip to content

Commit 5f466f5

Browse files
committed
Exclude asset-sources from git archive output
This will roughly halve the size of the download when people fetch this from the Godot Asset Library.
1 parent 76386f1 commit 5f466f5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@
44
# Exclude GitHub Actions-related files from published asset
55
/.github export-ignore
66
/asset-template.json.hb export-ignore
7+
8+
# Exclude artwork sources
9+
/asset-sources export-ignore

0 commit comments

Comments
 (0)