-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitattributes
More file actions
38 lines (38 loc) · 909 Bytes
/
.gitattributes
File metadata and controls
38 lines (38 loc) · 909 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
33
34
35
36
37
38
* text=auto
*.sh text eol=lf
*.bat text eol=crlf
*.cmd text eol=crlf
*.cs diff=csharp
*.fontsettings -text -crlf
*.signal -text -crlf
*.playable -text -crlf
*.brush -text -crlf
*.cubemap -text -crlf
*.meta -text -crlf
*.anim -text -crlf
*.inputactions -text -crlf
*.controller -text -crlf
*.overrideController -text -crlf
*.prefab -text -crlf
*.preset -text -crlf
*.terrainlayer -text -crlf
*.physicMaterial -text -crlf
*.physicsMaterial2D -text -crlf
*.spriteatlas -text -crlf
*.mat -text -crlf
*.asset -text -crlf
*.unity -text -crlf
*.mask -text -crlf
*.renderTexture -text -crlf
*.flare -text -crlf
*.terrainlayer -text -crlf
*.mixer -text -crlf
*.guiskin -text -crlf
*.asmdef -text -crlf
*.svg -text -crlf
*.lighting -text -crlf
*.shadergraph -text -crlf
.gitmodules -text -crlf
/ProjectSettings/ProjectVersion.txt -text -crlf
/Packages/manifest.json -text -crlf
/Packages/packages-lock.json -text -crlf