summaryrefslogtreecommitdiff
path: root/.gitattributes
blob: de208871a0cad4e4b2fb909891b396c8a5c3d054 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Normalize line endings
* text=auto eol=lf

# Text files
*.md text
*.txt text
*.json text
*.xml text
*.htm text
*.html text
*.svg text

# Binary files (no diff)
*.png binary
*.jpg binary
*.gif binary
*.pdf binary
*.zip binary
*.bmp binary
*.midi binary
*.mp3 binary