You've already forked simple-icons
mirror of
https://github.com/simple-icons/simple-icons.git
synced 2025-12-23 21:51:04 +02:00
14 lines
284 B
Plaintext
14 lines
284 B
Plaintext
* text=auto
|
|
|
|
# SVGs are treated as binary by default
|
|
*.svg text
|
|
|
|
# Don't diff machine generated files
|
|
slugs.md -diff
|
|
|
|
# Don't diff package lock files
|
|
package-lock.json -diff
|
|
|
|
# Don't export/archive these files
|
|
.github export-ignore
|