Skip to content

Commit 9d1ad5b

Browse files
committed
Include GitHub Pages workflow in export
This workflow is intended to be useful to learners who have forked these demos as a basis for their own modified games. But rather than using an actual fork, they will likely have downloaded the project from the asset library and committed it to a fresh repository. https://phabricator.endlessm.com/T35699
1 parent 0128589 commit 9d1ad5b

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.gitattributes

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# Normalize EOL for all files that Git considers text files.
22
* text=auto eol=lf
33

4-
# Exclude GitHub Actions-related files from published asset
5-
/.github export-ignore
6-
/asset-template.json.hb export-ignore
4+
# Exclude GitHub Actions-related files from published asset, except the GitHub
5+
# Pages workflow which learners may find useful to publish their modified game.
6+
/.github/** export-ignore
7+
/.github/workflows !export-ignore
8+
/.github/workflows/** export-ignore
9+
/.github/workflows/githuh-pages.yml !export-ignore
10+
/asset-template.json.hb export-ignore
711

812
# Exclude artwork sources
913
/asset-sources export-ignore

0 commit comments

Comments
 (0)