Files
game-cards/addons/gut/.gitattributes
2026-05-29 09:16:10 +08:00

14 lines
563 B
Plaintext

# Normalize EOL for all files that Git considers text files.
* text=auto eol=lf
# ------------------------------------------------------------------------------
# Exclude everything except addons from zip downloads.
# This makes installing Gut through the AssetLib easier, because no files and
# folders need to be unchecked.
# ------------------------------------------------------------------------------
# Exclude everything
* export-ignore
# Un-exclude addons
/addons -export-ignore
/addons/** -export-ignore