Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -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

Expand Down