-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitattributes
41 lines (41 loc) · 894 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
* text=auto
*.conf text
*.config text
*.cs text
*.csproj text
*.css text
*.csv text
*.Dockerfile text
*.doc binary
*.docx binary
*.DotSettings text
*.editorconfig text
*.env text
*.feature text
*.fs text
*.fsproj text
*.fsx text
*.gitattributes text
*.gitignore text
*.html text
*.ico binary
*.jar binary
*.jpeg binary
*.jpg binary
*.js text
*.json text
*.markdown text
*.md text
*.png binary
*.ps1 text eol=lf
*.psd1 text eol=lf
*.psm1 text eol=lf
*.sh text eol=lf
*.sln text
*.sql text
*.svg text
*.targets text
*.txt text
*.xml text
*.yaml text
*.yml text