aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
blob: a51376f0d386402346358dcfdff483909424d013 (plain)
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
* text=auto

*.adoc     text
*.html     text
*.in       text
*.json     text
*.md       text
*.proto    text
*.py       text
*.rs       text
*.service  text
*.sh       text
*.toml     text
*.txt      text
*.x        text
*.yml      text

.vscode/*.json linguist-language=JSON-with-Comments

*.raw    binary
*.bin    binary
*.png    binary
*.jpg    binary
*.jpeg   binary
*.gif    binary
*.ico    binary
*.mov    binary
*.mp4    binary
*.mp3    binary
*.flv    binary
*.fla    binary
*.swf    binary
*.gz     binary
*.zip    binary
*.7z     binary
*.ttf    binary
*.eot    binary
*.woff   binary
*.pyc    binary
*.pdf    binary
*.ez     binary
*.bz2    binary
*.swp    binary