-
Notifications
You must be signed in to change notification settings - Fork 61
/
.gitattributes
57 lines (54 loc) · 1.03 KB
/
.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
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
# Set the default line return behavior, in case people don't have core.autocrlf set.
* text=auto eol=lf
# Common git file types
.gitattributes text
.gitignore text
*.md text
# treat salesforce metadata file as text
*.app text
*.appMenu text
*.assignmentRules text
*.auradoc text
*.autoResponseRules text
*.callCenter text
*.cls text
*.cmp text
*.component text
*.css text
*.customPermission text
*.dashboard text
*.design text
*.duplicateRule text
*.escalationRules text
*.evt text
*.flexipage text
*.flow text
*.globalValueSet text
*.globalValueSetTranslation text
*.homePageLayout text
*.html text
*.js text
*.labels text
*.layout text
*.matchingRule text
*.md text
*.object text
*.objectTranslation text
*.page text
*.pathAssistant text
*.permissionset text
*.profile text
*.quickAction text
*.report text
*.reportType text
*.settings text
*.sharingRules text
*.standardValueSet text
*.standardValueSetTranslation text
*.tab text
*.trigger text
*.xml text
*.gitignore text
*.gitattributes text
# treat static resources as binary
*.resource binary