-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
32 lines (28 loc) · 813 Bytes
/
Copy path.gitattributes
File metadata and controls
32 lines (28 loc) · 813 Bytes
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
###############################
# Git Line Endings #
###############################
# Set default behavior to automatically normalize line endings.
* text=auto eol=lf
*.{cmd,[cC][mM][dD]} text eol=crlf
*.{bat,[bB][aA][tT]} text eol=crlf
# Force bash scripts to always use lf line endings
*.sh text eol=lf
# SVGs are text: diffable, and they render on GitHub without Git LFS.
*.svg text eol=lf
###############################
# Binaries #
###############################
# This repository stores no binaries and no longer uses Git LFS. Keep it that
# way: a CLI tool's history should stay cloneable without extra tooling.
*.7z binary
*.gz binary
*.tar binary
*.zip binary
*.gif binary
*.jpg binary
*.jpeg binary
*.png binary
*.pdf binary
*.exe binary
*.dll binary
*.so binary