Base
This commit is contained in:
24
.gitattributes
vendored
Normal file
24
.gitattributes
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
# 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
|
Reference in New Issue
Block a user