goGoFetch/.gitattributes
koru e2acd2f6dc
Update README.md, update stats, update ignore lists
- Update formatting for README.md
- Update stats using .gitattributes
- Remove obsolete entries from .gitignore
- Use Git LFS for binary files (images), require re-commit binary assets
2026-06-25 19:00:26 +03:00

16 lines
306 B
Bash

# .gitattributes
# Aliases
[attr]lfs filter=lfs diff=lfs merge=lfs -text
# EOL
* text=auto eol=lf
# LFS
*.png lfs
# Stats
*.git* linguist-language=Shell
*.sum linguist-generated
*.toml linguist-detectable
*.yml linguist-language=YAML
*.yaml linguist-detectable
*.png filter=lfs diff=lfs merge=lfs -text