Files
xiao/.gitattributes
T
2020-05-11 10:11:40 -04:00

19 lines
279 B
Plaintext

# Text Files
*.js text eol=lf
*.json text eol=lf
*.md text eol=lf
*.yml 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
*.mp3 binary
*.ttf binary
*.otf binary