-
Notifications
You must be signed in to change notification settings - Fork 215
/
.gitattributes
50 lines (47 loc) · 1.11 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
* text=auto
*.bash text eol=lf
*.bash.in text eol=lf
*.bazel text diff=python
*.bazelrc text
*.bzl text diff=python
*.cfg text
*.cgi text diff=perl
*.conf text
*.css text diff=css
*.gv text
*.html text diff=html
*.html.in text diff=html
*.ipynb text
*.jpeg binary
*.jpg binary
*.js text
*.json text
*.m text diff=matlab
*.md text
*.obj text
*.ogg binary
*.pdf binary
*.png binary
*.py text diff=python
*.sdf text
*.sh text eol=lf
*.svg text
*.swf binary
*.tex text diff=tex
*.txt text
*.TXT text
*.urdf text
*.xfig text
*.xml text
*.xpr text
*.yml text
.bazelproject text
.dockerignore text
.editorconfig text
.gitattributes text
.gitignore text
.gitmodules text
.tidy.config text
.yapfignore text
Brewfile text diff=ruby
Dockerfile text