Skip to content

Instantly share code, notes, and snippets.

@ruzguz
ruzguz / .gitattributes
Last active July 12, 2021 16:41 — forked from nemotoo/.gitattributes
.gitattributes for Unity3D with git-lfs
## Line endings normalization between Windows and Unix ##
* text=auto
## Unity ##
*.cs diff=csharp text
*.cginc text
*.shader text
*.mat merge=unityyamlmerge eol=lf