Files
fyroxengine--fyrox/.gitattributes
T
2026-07-13 12:24:51 +08:00

16 lines
342 B
Plaintext

# Rust files are text files with Unix-style newlines.
*.rs text eol=lf
# Other text files have Unix-style newlines.
*.shader text eol=lf
*.toml text eol=lf
*.md text eol=lf
*.html text eol=lf
*.js text eol=lf
*.css text eol=lf
*.glsl text eol=lf
LICENSE text eol=lf
# Image files are binary
*.png binary
*.jpg binary
*.ttf binary
*.bin binary