-
Notifications
You must be signed in to change notification settings - Fork 74
/
.gitattributes
45 lines (41 loc) · 995 Bytes
/
.gitattributes
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
44
45
# Set the default behavior to always have CRLF line endings on checkout, in case people don't have core.autocrlf set.
* text=auto
# Declare files that will always have CRLF line endings on checkout.
.env text eol=crlf
.gitignore eol=crlf
.gitkeep eol=crlf
.dockerignore eol=crlf
.prettierrc eol=crlf
.prettierignore eol=crlf
.eslintrc eol=crlf
.scindex eol=crlf
dockerfile eol=crlf
*.sln text eol=crlf
*.csproj text eol=crlf
*.user text eol=crlf
*.ps1 text eol=crlf
*.md text eol=crlf
*.yml text eol=crlf
*.yaml text eol=crlf
*.json text eol=crlf
*.props text eol=crlf
*.config text eol=crlf
*.targets text eol=crlf
*.js text eol=crlf
*.jsx text eol=crlf
*.ts text eol=crlf
*.tsx text eol=crlf
*.txt text eol=crlf
*.css text eol=crlf
*.svg text eol=crlf
*.cs text eol=crlf
*.pubxml text eol=crlf
*.xml text eol=crlf
*.xdt text eol=crlf
*.sql text eol=crlf
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.jpeg binary
*.ico binary
*.zip binary