forked from michiruf/MCProxyCommand
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitattributes
More file actions
31 lines (26 loc) · 789 Bytes
/
.gitattributes
File metadata and controls
31 lines (26 loc) · 789 Bytes
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
30
31
# @see https://help.github.com/articles/dealing-with-line-endings/
# @see https://gist.github.com/nemotoo/b8a1c3a0f1225bb9231979f389fd4f3f
# Set the default behavior, in case people don't have core.autocrlf set
* text=auto
# Declare files that will always be normalized and converted to native line endings on checkout
*.cs text
*.cginc text
*.shader text
*.txt text
# Declare files that will always have LF line endings
*.anim eol=lf
*.asset eol=lf
*.controller eol=lf
*.mat eol=lf
*.meta eol=lf
*.prefab eol=lf
*.physicsMaterial2D eol=lf
*.physicsMaterial eol=lf
*.ShaderGraph eol=lf
*.unity eol=lf
# Declare files that will always have CRLF line endings
*.sln text eol=crlf
# Denote all files that are truly binary and should not be modified
*.png binary
*.jpg binary
*.dll binary