-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitattributes
49 lines (45 loc) · 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
# Auto detect text files and perform LF normalization
* text eol=lf
* text=auto
.* text eol=lf
.* text=auto
# Show language aware diffs
*.css diff=css
*.htm diff=html
*.html diff=html
*.py diff=python
# Declare files that are binary
*.pdf binary
*.bmp binary
*.gif binary
*.ico binary
*.jpg binary
*.jpeg binary
*.png binary
*.tif binary
*.tiff binary
*.wbmp binary
*.webp binary
*.mp3 binary
*.ogg binary
*.mov binary
*.mp4 binary
*.mpeg binary
*.webm binary
*.tar binary
*.zip binary
# Declare files that must have CRLF line endings
*.bat text eol=crlf
*.cmd text eol=crlf
*.ps1 text eol=crlf
# Exclude unused files in archive
.gitattributes export-ignore
.gitignore export-ignore
.editorconfig export-ignore
.scrutinizer.yml export-ignore
.travis.yml export-ignore
.github export-ignore
build.py export-ignore
setup.py export-ignore
MANIFEST.in export-ignore
tests export-ignore