We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2bbd129 + 690eba6 commit 17ce4a4Copy full SHA for 17ce4a4
1 file changed
.gitattributes
@@ -1,11 +1,13 @@
1
# Normalize EOL for all files that Git considers text files.
2
* text=auto eol=lf
3
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
+# Exclude GitHub Actions-related files from published asset, except the web
+# export & GitHub Pages workflows which learners may find useful to publish
+# their modified game.
7
+/.github/** export-ignore
8
/.github/workflows !export-ignore
9
/.github/workflows/** export-ignore
10
+/.github/workflows/export.yml !export-ignore
11
/.github/workflows/github-pages.yml !export-ignore
12
/asset-template.json.hb export-ignore
13
0 commit comments