-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
55 lines (48 loc) · 722 Bytes
/
Copy path.gitattributes
File metadata and controls
55 lines (48 loc) · 722 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
44
45
46
47
48
49
50
51
52
53
54
55
# Auto detect text files and normalize line endings to LF in the repository
* text=auto
# Source code
*.cs text diff=csharp
*.cshtml text
*.razor text
*.js text
*.ts text
*.json text
*.xml text
*.config text
# Documentation
*.md text
*.txt text
# Scripts
*.sh text eol=lf
*.ps1 text eol=crlf
# SQL files
*.sql text
# Web files
*.html text
*.css text
*.scss text
# Configuration files
*.yml text
*.yaml text
.editorconfig text
.gitignore text
.gitattributes text
# Binary files
*.dll binary
*.exe binary
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.svg binary
*.eot binary
*.ttf binary
*.woff binary
*.woff2 binary
*.zip binary
*.7z binary
*.gz binary
*.pdf binary
*.docx binary
*.xlsx binary