mirror of
https://github.com/mauriceboe/TREK.git
synced 2026-06-19 05:11:46 +00:00
00be0eab05
- Animated TREK logo (light + dark variants) via <picture> + prefers-color-scheme - 60-second product tour GIF (91MB, 1100x619, 10fps) stored via Git LFS so standard clones don't pull it by default - 9 feature tiles as composite SVG grids: 3x3 on desktop, 2x4 on mobile - 8 fresh screenshots captured from dev.pakulat.org - Feature details folded into a collapsible 2-column table - Environment variables moved behind a collapsible - Roadmap badge added next to Live Demo / Docker / Discord - Removed redundant Community section and footer
29 lines
590 B
Plaintext
29 lines
590 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
|
|
.github/assets/TREK1.gif filter=lfs diff=lfs merge=lfs -text
|