-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitattributes
More file actions
57 lines (50 loc) · 1.29 KB
/
.gitattributes
File metadata and controls
57 lines (50 loc) · 1.29 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
# Auto detect text files and perform LF normalization
* text=auto
# Source code files - enforce UTF-8
*.cs text diff=csharp encoding=utf-8
*.csx text diff=csharp encoding=utf-8
*.vb text encoding=utf-8
*.fs text encoding=utf-8
# Documentation - enforce UTF-8 for emoji support
*.md text encoding=utf-8
*.txt text encoding=utf-8
# Configuration files
*.json text encoding=utf-8
*.xml text encoding=utf-8
*.yml text encoding=utf-8
*.yaml text encoding=utf-8
*.config text encoding=utf-8
*.props text encoding=utf-8
*.targets text encoding=utf-8
.editorconfig text encoding=utf-8
# Project files
*.csproj text encoding=utf-8
*.vbproj text encoding=utf-8
*.fsproj text encoding=utf-8
*.slnx text encoding=utf-8
# Scripts
*.ps1 text encoding=utf-8
*.sh text eol=lf encoding=utf-8
*.cmd text encoding=utf-8
*.bat text encoding=utf-8
# Standard to msysgit - Binary files
*.doc diff=astextplain binary
*.DOC diff=astextplain binary
*.docx diff=astextplain binary
*.DOCX diff=astextplain binary
*.dot diff=astextplain binary
*.DOT diff=astextplain binary
*.pdf diff=astextplain binary
*.PDF diff=astextplain binary
*.rtf diff=astextplain binary
*.RTF diff=astextplain binary
# Other binary files
*.dll binary
*.exe binary
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.zip binary
*.snk binary