forked from PaulNonatomic/ServiceKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
83 lines (79 loc) · 1.3 KB
/
.gitattributes
File metadata and controls
83 lines (79 loc) · 1.3 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# Set the default behavior, in case users don't have core.autocrlf set.
* text=auto
# Unity-specific files
*.unity binary
*.prefab binary
*.fbx binary
*.png binary
*.jpg binary
*.gif binary
*.psd binary
*.tga binary
*.dds binary
*.ai binary
*.mp3 binary
*.ogg binary
*.wav binary
*.mp4 binary
*.mov binary
*.anim binary
*.asset binary
*.meta text
*.controller binary
*.physicMaterial binary
*.physicsMaterial2D binary
*.mask binary
*.spriteatlas binary
*.shader text
*.compute text
*.cginc text
*.glslinc text
*.hlsl text
*.shadergraph binary
*.shadervariants binary
*.mat binary
*.flare binary
*.guiskin binary
*.fontsettings binary
*.rendertexture binary
*.lighting binary
*.mesh binary
*.exr binary
*.prefab binary
# Force text for specific file types
*.cs text
*.json text
*.md text
*.xml text
*.yaml text
*.yml text
*.asmdef text
*.jslib text
*.txt text
*.html text
*.htm text
*.css text
*.scss text
*.less text
*.csv text
*.svg text
*.cg text
*.cgh text
# Force binary for specific file types
*.a binary
*.so binary
*.dll binary
*.lib binary
*.exe binary
*.apk binary
*.ipa binary
*.7z binary
*.zip binary
*.rar binary
*.tar binary
*.gz binary
*.bz2 binary
*.unitypackage binary
# Git LFS (Large File Storage) for large binary files
*.psd filter=lfs diff=lfs merge=lfs -text
*.fbx filter=lfs diff=lfs merge=lfs -text