mirror of
https://github.com/gitattributes/gitattributes.git
synced 2025-01-22 08:18:50 -05:00
Removes problematic wildcard from .blend files
Removes wildcard from .blend files, that caused git to treat .blend.meta as files that are supposed to be placed in LFS, while it should've been treated as a YAML file.
This commit is contained in:
parent
a5f00095c5
commit
c9ac80d722
@ -68,7 +68,7 @@ Assets/Plugins/** linguist-vendored
|
|||||||
# 3D models
|
# 3D models
|
||||||
*.3dm lfs
|
*.3dm lfs
|
||||||
*.3ds lfs
|
*.3ds lfs
|
||||||
*.blend* lfs
|
*.blend lfs
|
||||||
*.c4d lfs
|
*.c4d lfs
|
||||||
*.collada lfs
|
*.collada lfs
|
||||||
*.dae lfs
|
*.dae lfs
|
||||||
|
Loading…
Reference in New Issue
Block a user