mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-13 08:19:08 +02:00
16 lines
253 B
Plaintext
16 lines
253 B
Plaintext
# Text Files
|
|
*.js text=auto eol=lf
|
|
*.json text=auto eol=lf
|
|
*.md text=auto eol=lf
|
|
|
|
# Configs and Stuff
|
|
.gitattributes text=auto eol=lf
|
|
.gitignore text=auto eol=lf
|
|
.npmrc text=auto eol=lf
|
|
|
|
# Asset Files
|
|
*.png binary
|
|
*.mp3 binary
|
|
*.otf binary
|
|
*.ttf binary
|