-
Notifications
You must be signed in to change notification settings - Fork 16
/
.gitattributes
29 lines (26 loc) · 882 Bytes
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Unity files
*.anim text eol=lf
*.asmdef text eol=lf
*.asset text eol=lf
*.controller text eol=lf
*.mat text eol=lf
*.meta text eol=lf
*.overrideController text eol=lf
*.prefab text eol=lf
*.preset text eol=lf
*.spriteatlas text eol=lf
*.unity text eol=lf
*.mixer text eol=lf
*.renderTexture text eol=lf
*.json text eol=lf
*.xml text eol=lf
# Code files
*.sln text eol=crlf
*.csproj text eol=crlf
*.cs text eol=crlf
*.shader text eol=crlf
*.lua text eol=crlf
# Other
*.fontsettings text eol=crlf
*.txt text eol=crlf
*.md text eol=crlf