Skip to content

Commit 1c6e72f

Browse files
Added missing .gitattributes file (#3377)
1 parent 1da1258 commit 1c6e72f

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

.gitattributes

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# Set default behavior to automatically normalize line endings
2+
* text=auto
3+
4+
# Explicitly declare text files you want to always be normalized and converted
5+
# to native line endings on checkout
6+
*.cs text
7+
*.csproj text
8+
*.props text
9+
*.targets text
10+
*.json text
11+
*.xml text
12+
*.yml text
13+
*.yaml text
14+
*.md text
15+
*.txt text
16+
*.conf text
17+
*.config text
18+
19+
# Declare files that will always have CRLF line endings on checkout
20+
*.bat text eol=crlf
21+
22+
# Declare files that will always have LF line endings on checkout
23+
*.sh text eol=lf
24+
*.ps1 text eol=lf
25+
26+
# Denote all files that are truly binary and should not be modified
27+
*.png binary
28+
*.jpg binary
29+
*.jpeg binary
30+
*.gif binary
31+
*.ico binary
32+
*.mov binary
33+
*.mp4 binary
34+
*.mp3 binary
35+
*.flv binary
36+
*.fla binary
37+
*.swf binary
38+
*.gz binary
39+
*.zip binary
40+
*.7z binary
41+
*.ttf binary
42+
*.eot binary
43+
*.woff binary
44+
*.woff2 binary
45+
*.pyc binary
46+
*.pdf binary

0 commit comments

Comments
 (0)