sdsandbox-rl-scripts/.gitattributes

21 lines
385 B
Plaintext

# Normalize line endings: store as LF, checkout as native
* text=auto
# Force text for C# and Unity text files
*.cs text eol=lf
*.unity text eol=lf
*.prefab text eol=lf
*.asset text eol=lf
*.asmdef text eol=lf
*.json text eol=lf
*.yaml text eol=lf
*.md text eol=lf
# Binary files — never diff or mangle
*.tga binary
*.png binary
*.jpg binary
*.fbx binary
*.wav binary
*.mp3 binary