mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
22 lines
323 B
Plaintext
22 lines
323 B
Plaintext
# Text Files
|
|
*.js text eol=lf
|
|
*.json text eol=lf
|
|
*.md text eol=lf
|
|
*.yml text eol=lf
|
|
*.txt text eol=lf
|
|
|
|
# Configs and Stuff
|
|
.gitattributes text eol=lf
|
|
.gitignore text eol=lf
|
|
.npmrc text eol=lf
|
|
.env.example text eol=lf
|
|
|
|
# Asset Files
|
|
*.jpg binary
|
|
*.png binary
|
|
*.gif binary
|
|
*.mp3 binary
|
|
*.wav binary
|
|
*.ttf binary
|
|
*.otf binary
|