24 lines
675 B
Plaintext
24 lines
675 B
Plaintext
# Unified configuration of binary files
|
|
*.png filter=lfs diff=lfs merge=lfs binary
|
|
*.mb filter=lfs diff=lfs merge=lfs binary
|
|
*.ma filter=lfs diff=lfs merge=lfs binary
|
|
*.fbx filter=lfs diff=lfs merge=lfs binary
|
|
*.dna filter=lfs diff=lfs merge=lfs -text
|
|
|
|
# Specify directory configuration (if special processing is required)
|
|
assets/dna/** filter=lfs diff=lfs merge=lfs
|
|
assets/img/** filter=lfs diff=lfs merge=lfs
|
|
|
|
# Text file configuration
|
|
*.py text eol=lf
|
|
*.json text eol=lf
|
|
*.xml text eol=lf
|
|
*.txt text eol=lf
|
|
|
|
# Ensure script files use correct line endings
|
|
*.sh text eol=lf
|
|
*.bat text eol=crlf
|
|
|
|
# Other common configurations
|
|
.gitattributes text eol=lf
|
|
.gitignore text eol=lf |