-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
32 lines (29 loc) · 850 Bytes
/
Copy path.gitattributes
File metadata and controls
32 lines (29 loc) · 850 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
32
# Normalize line endings — Unity YAML and C# stay LF in the repo.
* text=auto
*.cs text diff=csharp
*.md text
*.uss text
*.uxml text
*.json text
*.html text
*.yml text
# Unity YAML assets — enable UnityYAMLMerge (see ProjectSettings > Editor > Asset Serialization: Force Text)
*.unity merge=unityyamlmerge eol=lf
*.prefab merge=unityyamlmerge eol=lf
*.asset merge=unityyamlmerge eol=lf
*.mat merge=unityyamlmerge eol=lf
*.anim merge=unityyamlmerge eol=lf
*.controller merge=unityyamlmerge eol=lf
*.meta merge=unityyamlmerge eol=lf
*.inputactions text eol=lf
# Binary — never diff, never normalize
*.png binary
*.jpg binary
*.gif binary
*.psd binary
*.fbx binary
*.wav binary
*.mp3 binary
*.ttf binary
*.otf binary
*.dll binary