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
# =============================================================================
# Language statistics (GitHub Linguist)
# =============================================================================
#
# Docs are explicitly marked so Markdown bytes don't dominate the
# "Languages" bar on GitHub.
# See https://github.com/github-linguist/linguist/blob/master/docs/overrides.md
README.mdCHANGELOG.mdRELEASING.mdUPSTREAM.mdDESIGN.md
# =============================================================================
# Line endings
# =============================================================================
#
# Authoritative LF for portable text; CRLF only for files that must be
# CRLF on Windows (PowerShell scripts).
*
*.rs*.toml*.md*.sh*.yml*.yaml*.json.gitignore.gitattributes
*.ps1
# Treat binary blobs as binary so git doesn't diff them.
*.png*.jpg*.jpeg*.pdf*.wav*.mp3*.mp4