Files
xiao/.gitattributes
T
2025-09-05 23:48:03 -04:00

27 lines
373 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
# DECTalk
*.dll binary
*.dic binary
*.exe binary
# Asset Files
*.jpg binary
*.png binary
*.gif binary
*.mp3 binary
*.wav binary
*.ttf binary
*.otf binary