fbad749f0c
Build check / build (push) Has been cancelled
Squashed sync from upstream. Highlights: - Updater no longer reports already-applied deletes as a pending update on every launch (guard the del branch on the target still existing) - Derive the packaged CSP image origin from the configured server URL - Forum Announcements panel + News tab; hardware-aware farClip recommendation; parchment UI; localization and tweak updates - Addon source refresh; schema and mod-state fixes Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
11 lines
314 B
Plaintext
11 lines
314 B
Plaintext
# Force LF on shell scripts so git-bash can execute them as hooks on Windows
|
|
hooks/* text eol=lf
|
|
*.sh text eol=lf
|
|
*.py text eol=lf
|
|
|
|
.gitea/** export-ignore
|
|
.env.ptr export-ignore
|
|
electron-builder.ptr.yml export-ignore
|
|
server/Dockerfile export-ignore
|
|
scripts/publish-oss.sh export-ignore
|