mirror of
https://github.com/ivuorinen/emoji.git
synced 2026-01-26 03:14:02 +00:00
21 lines
484 B
Plaintext
21 lines
484 B
Plaintext
* text=auto
|
|
*.md text diff=markdown
|
|
*.php text diff=php
|
|
|
|
.gitattributes export-ignore
|
|
.gitignore export-ignore
|
|
|
|
# Graphics
|
|
*.gif binary
|
|
*.gifv binary
|
|
*.jpg binary
|
|
*.jpeg binary
|
|
*.png binary
|
|
# SVG treated as an asset (binary) by default.
|
|
*.svg text
|
|
*.svgz binary
|
|
*.tif binary
|
|
*.tiff binary
|
|
*.wbmp binary
|
|
*.webp binary
|