- 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
16 lines
306 B
Bash
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
|