-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy path.gitattributes
53 lines (45 loc) · 1.15 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
* text=auto
*.sh text eol=lf
*.service text eol=lf
*.env text eol=lf
*.ini text eol=lf
*.rst text eol=lf
*.md text eol=lf
*.txt text eol=lf
*.json text eol=lf
*.yaml text eol=lf
*.yml text eol=lf
*.template text eol=lf
*.proto text eol=lf
*.dockerignore text eol=lf
Dockerfile text eol=lf
*.png binary
*.dia binary
*.svg text
*.tar.gz binary
.renovaterc text eol=lf
.travis text eol=lf
.gitattributes text eol=lf
.gitconfig text eol=lf
# Source files
# ============
*.pxd text diff=python eol=lf
*.py text diff=python eol=lf
*.py3 text diff=python eol=lf
*.pyc text diff=python eol=lf
*.pyd text diff=python eol=lf
*.pyo text diff=python eol=lf
*.pyw text diff=python eol=lf
*.pyx text diff=python eol=lf
*.pyz text diff=python eol=lf
# Binary files
# ============
*.db binary
*.p binary
*.pkl binary
*.pickle binary
*.pyc binary
*.pyd binary
*.pyo binary
# Jupyter notebook
*.ipynb text