diff --git a/.gitattributes b/.gitattributes index c057646..cd1b5d0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,11 +1,13 @@ # Normalize EOL for all files that Git considers text files. * text=auto eol=lf -# Exclude GitHub Actions-related files from published asset, except the GitHub -# Pages workflow which learners may find useful to publish their modified game. -/.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. +/.github/** export-ignore /.github/workflows !export-ignore /.github/workflows/** export-ignore +/.github/workflows/export.yml !export-ignore /.github/workflows/github-pages.yml !export-ignore /asset-template.json.hb export-ignore