Files
xiao/.gitattributes
T
Daniel Odendahl Jr 17943c1b32 Beep
2017-09-26 16:24:38 +00:00

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