-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitattribute
52 lines (49 loc) · 1.17 KB
/
.gitattribute
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
* text=auto
# LF ending text
*.sh text eol=lf
*.py text eol=lf
*.json text eol=lf
*.txt text eol=lf
*.xml text eol=lf
*.md text eol=lf
*.rst text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.toml text eol=lf
*.lock text eol=lf
*.ini text eol=lf
*.in text eol=lf
*.cfg text eol=lf
LICENSE text eol=lf
.editorconfig text eol=lf
.gitignore text eol=lf
.gitattribute text eol=lf
.flake8 text eol=lf
.pylintrc text eol=lf
# CRLF ending text
*.bat text eol=crlf
*.ps1 text eol=crlf
*.sln text eol=crlf
*.vcxproj* text eol=crlf
*.props text eol=crlf
*.proj text eol=crlf
Makefile text eol=crlf
# Binary
*.aif binary
*.aifc binary
*.aiff binary
*.au binary
*.bmp binary
*.exe binary
*.icns binary
*.gif binary
*.ico binary
*.jpg binary
*.pck binary
*.png binary
*.psd binary
*.tar binary
*.wav binary
*.whl binary
*.zip binary
*.db binary