-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
39 lines (29 loc) · 897 Bytes
/
.gitattributes
File metadata and controls
39 lines (29 loc) · 897 Bytes
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
# This file controls CRLF<->LF conversion, upon checkout or commit --
# and lang-specific hints for diff and merge.
#
* text=auto
*.txt text
*.md text diff=markdown
*.sln text merge=union eol=crlf
*.csproj text merge=union
*.template text
*.config text
*.json text
*.xml text
*.cmd text
*.ps1 text
*.cs text diff=csharp
*.java text diff=java
*.html text diff=html
*.js text diff=js
*.css text diff=css
*.sql text diff=sql
*.xaml text
*.svg text
.editorconfig text
.gitattributes text
.gitignore text
*.jpg binary
*.png binary
*.bmp binary
*.pdf binary