-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitattributes
56 lines (46 loc) · 1.1 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
* text=auto
*.htm text eol=crlf
*.html text eol=crlf
renames.txt text eol=crlf
*.bsl text eol=crlf
*.os text eol=crlf
*.xml text eol=crlf
*.feature text
*.md text
*.json text
*.bat text eol=crlf
*.cmd text eol=crlf
*.ps1 text eol=crlf
*.sh text eol=lf
*.groovy text eol=lf
Form.bin binary
*.bin binary
*.png binary
*.ico binary
*.jpg binary
*.jpeg binary
# Archives
*.7z binary
*.gz binary
*.tar binary
*.tgz binary
*.zip binary
*.cf binary
*.cfe binary
*.epf binary
*.erf binary
ParentConfigurations.bin binary
# LFS settings
*.cf filter=lfs diff=lfs merge=lfs -text
*.cfe filter=lfs diff=lfs merge=lfs -text
*.erf filter=lfs diff=lfs merge=lfs -text
*.epf filter=lfs diff=lfs merge=lfs -text
*.mxl filter=lfs diff=lfs merge=lfs -text
*.bin filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.gif filter=lfs diff=lfs merge=lfs -text
*.bmp filter=lfs diff=lfs merge=lfs -text
*.jpg filter=lfs diff=lfs merge=lfs -text
*.ico filter=lfs diff=lfs merge=lfs -text
**/XDTOPackages/*/Ext/Package.bin filter diff merge text