mirror of
https://github.com/Mibew/simple-icons.git
synced 2024-11-15 18:04:12 +03:00
9d5efebad7
* Create .gitattributes * Update list of 'export-ignore' files in .gitattributes
18 lines
403 B
Plaintext
18 lines
403 B
Plaintext
* text=auto
|
|
|
|
# SVGs are treated as binary by default
|
|
*.svg text
|
|
|
|
# Don't diff machine generated files
|
|
package-lock.json -diff
|
|
|
|
# Treat images as binary
|
|
*.ico binary
|
|
*.png binary
|
|
|
|
# Don't export/archive these files
|
|
.github export-ignore
|
|
.gitpod.yml export-ignore
|
|
.travis.yml export-ignore
|
|
CNAME export-ignore
|