forked from PhanCongVuDuc/Sonny
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
43 lines (40 loc) · 790 Bytes
/
.gitattributes
File metadata and controls
43 lines (40 loc) · 790 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
40
41
42
43
# Set default behavior to automatically normalize line endings
* text=auto
# Force LF for all text files
*.cs text eol=lf
*.csproj text eol=lf
*.sln text eol=lf
*.xaml text eol=lf
*.json text eol=lf
*.md text eol=lf
*.txt text eol=lf
*.xml text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.config text eol=lf
*.props text eol=lf
*.targets text eol=lf
*.addin text eol=lf
*.csproj.DotSettings text eol=lf
*.sln.DotSettings text eol=lf
*.DotSettings.user text eol=lf
*.py text eol=lf
*.vbs text eol=lf
# Force CRLF for Windows-specific files
*.bat text eol=crlf
*.cmd text eol=crlf
*.ps1 text eol=crlf
# Binary files
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.dll binary
*.exe binary
*.pdb binary
*.rvt binary
*.nupkg binary
*.zip binary
*.7z binary
*.rar binary