Skip to content

Instantly share code, notes, and snippets.

View DylenTurnbull's full-sized avatar
⁉️
What would you do if you weren't afraid

Dylen Turnbull DylenTurnbull

⁉️
What would you do if you weren't afraid
View GitHub Profile
@DylenTurnbull
DylenTurnbull / .gitattributes-lfs-unity
Created August 29, 2021 20:37 — forked from bpesquet/.gitattributes-lfs-unity
.gitattributes file for LFS with Unity
* text=auto
# Unity files
*.meta -text -merge=unityamlmerge
*.unity -text -merge=unityamlmerge
*.asset -text -merge=unityamlmerge
*.prefab -text -merge=unityamlmerge
# Image formats
*.psd filter=lfs diff=lfs merge=lfs -text
@DylenTurnbull
DylenTurnbull / .gitattributes
Created August 30, 2021 00:20 — forked from Srfigie/.gitattributes
.gitattributes for Unity3D with git-lfs
## Unity ##
*.cs diff=csharp text
*.cginc text
*.shader text
*.mat merge=unityyamlmerge eol=lf
*.anim merge=unityyamlmerge eol=lf
*.unity merge=unityyamlmerge eol=lf
*.prefab merge=unityyamlmerge eol=lf