-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
60 lines (50 loc) · 1.09 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
58
59
60
# Set default behavior for text files
* text=auto
# API guardian patch must always use LF for tests to work
*.patch eol=lf
# JS TS and JSX files must always use LF for tools to work
*.js eol=lf
*.ts eol=lf
*.jsx eol=lf
# Set default behavior for binary files
# Image files must always use binary for tools to work
*.png binary
*.jpg binary
*.gif binary
*.jpeg binary
*.png binary
*.ico binary
*.icns binary
*.svg binary
# Image files must always use binary for tools to work
*.pdf binary
*.doc binary
*.docx binary
*.xls binary
*.xlsx binary
# Treat files as text regardless of extension
*.md text
*.txt text
*.nuspec text
*.ps1 text
*.json text
*.xml text
*.yml text
*.yaml text
*.html text
*.css text
# Ignore whitespace when diffing certain files
*.md diff=markdown
*.yml diff=yaml
# Set line ending behavior
*.md eol=lf
*.txt eol=lf
*.sh eol=lf
# Set up merge drivers for certain file types
*.docx diff=astextxml
*.xlsx diff=astextxml
# COMMON CONFIG FILES
.gitignore text
.gitattributes text
.gitconfig text
.gitignore text