1
0
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:
Dawid Niedźwiedzki 2024-10-21 17:56:30 +02:00 committed by Alexander Karatarakis
parent a5f00095c5
commit c9ac80d722

View File

@ -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