mirror of
https://github.com/mauriceboe/TREK.git
synced 2026-06-19 05:11:46 +00:00
9c666a0aaf
Moves the 91 MB product-tour GIF out of the repo entirely. Standard clones and CI checkouts no longer pull it — even LFS-aware clients previously downloaded the blob on checkout, which made `git pull` noticeably slower for everyone. The file now lives as a release asset on a separate repo and is referenced from README via its GitHub Fastly-backed download URL. Removes the LFS tracking entry from .gitattributes.
28 lines
529 B
Plaintext
28 lines
529 B
Plaintext
# Normalize line endings to LF on commit
|
|
* text=auto eol=lf
|
|
# Explicitly enforce LF for source files
|
|
*.ts text eol=lf
|
|
*.tsx text eol=lf
|
|
*.js text eol=lf
|
|
*.jsx text eol=lf
|
|
*.json text eol=lf
|
|
*.css text eol=lf
|
|
*.html text eol=lf
|
|
*.md text eol=lf
|
|
*.yml text eol=lf
|
|
*.yaml text eol=lf
|
|
*.py text eol=lf
|
|
*.sh text eol=lf
|
|
# Binary files — no line ending conversion
|
|
*.png binary
|
|
*.jpg binary
|
|
*.jpeg binary
|
|
*.gif binary
|
|
*.ico binary
|
|
*.woff binary
|
|
*.woff2 binary
|
|
*.ttf binary
|
|
*.eot binary
|
|
*.pdf binary
|
|
*.zip binary
|