-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Expand file tree
/
Copy path.gitattributes
More file actions
23 lines (20 loc) · 657 Bytes
/
Copy path.gitattributes
File metadata and controls
23 lines (20 loc) · 657 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# The default behavior, which overrides 'core.autocrlf', is to use Git's
# built-in heuristics to determine whether a particular file is text or binary.
# Text files are automatically normalized to the user's platforms.
* text=auto
# Explicitly declare text files that should always be normalized and converted
# to native line endings.
*.css text
.gitattributes text
.gitignore text
LICENSE text
*.html text
*.md text
*.properties text
*.sh text
*.xml text
*.yml text
# Declare files that will always have CRLF line endings on checkout.
# *.sln text eol=crlf
# Explicitly denote all files that are truly binary and should not be modified.
# *.jpg binary