-
-
Notifications
You must be signed in to change notification settings - Fork 154
/
.gitattributes
36 lines (31 loc) · 1000 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
# General file endings
* binary
*.* text=auto -binary
# Text
*.bat text eol=crlf
*.cmd text eol=crlf
*.cs text diff=csharp eol=lf
*.css text diff=css eol=lf
*.csproj text eol=crlf
*.html text diff=html eol=lf
*.json text eol=lf
*.md text eol=lf -binary
*.props text eol=crlf
*.ruleset text eol=crlf
*.sh text eol=lf
*.sln text eol=crlf
*.svg text eol=lf
*.yml text eol=lf
# Assets
*.jpg binary
*.jpeg binary
*.png binary
# Specific paths
publish.cmd text eol=lf
# Do not export
/.git export-ignore
/.github export-ignore
.gitignore export-ignore
.gitattributes export-ignore
# Collapse in Github
**/Migrations/*.v*.json linguist-generated=true