eb67464ca7
Keep main as an upstream mirror while storing the local .stignore behavior, GUI marker, reusable patch files, and Gitea release workflow in one replayable branch commit.
12 lines
289 B
Plaintext
12 lines
289 B
Plaintext
# Text files use LF line endings in this repository
|
|
* text=auto
|
|
|
|
# Except the dependencies, which we leave alone
|
|
vendor/** -text=auto
|
|
|
|
# Diffs on these files are meaningless
|
|
*.svg -diff
|
|
|
|
# Patch files intentionally contain diff context whitespace
|
|
patches/*.patch -whitespace
|