mirror of
https://github.com/gitattributes/gitattributes.git
synced 2025-01-22 00:08:52 -05:00
Make it optional to collapse YAML diffs, and combine it in macro
This commit is contained in:
parent
c92a6c820e
commit
15a31397aa
@ -2,6 +2,9 @@
|
||||
[attr]lfs filter=lfs diff=lfs merge=lfs -text
|
||||
[attr]unity-yaml merge=unityyamlmerge text linguist-language=yaml
|
||||
|
||||
# Optionally collapse Unity-generated files on GitHub diffs
|
||||
# [attr]unity-yaml merge=unityyamlmerge text linguist-language=yaml linguist-generated
|
||||
|
||||
# Unity
|
||||
*.cginc text
|
||||
*.cs text diff=csharp
|
||||
@ -116,12 +119,5 @@
|
||||
*.reason binary
|
||||
*.rns binary
|
||||
|
||||
# Collapse Unity-generated files on GitHub
|
||||
*.asset linguist-generated
|
||||
*.mat linguist-generated
|
||||
*.meta linguist-generated
|
||||
*.prefab linguist-generated
|
||||
*.unity linguist-generated
|
||||
|
||||
# Spine export file for Unity
|
||||
*.skel.bytes binary
|
||||
|
Loading…
Reference in New Issue
Block a user