simple-icons/.gitattributes
2021-03-03 10:57:33 +00:00

19 lines
420 B
Plaintext

* text=auto
# SVGs are treated as binary by default
*.svg text
# Don't diff machine generated files
package-lock.json -diff
Gemfile.lock -diff
slugs.md -diff
# Treat images as binary
*.ico binary
*.png binary
# Don't export/archive these files
.github export-ignore
.gitpod.yml export-ignore
CNAME export-ignore