1
0
mirror of https://github.com/simple-icons/simple-icons.git synced 2024-11-16 00:59:07 +02:00
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