-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitattributes
More file actions
87 lines (73 loc) · 1.93 KB
/
.gitattributes
File metadata and controls
87 lines (73 loc) · 1.93 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
# Repo meta
.gitattributes text eol=lf
.gitignore text eol=lf
# Configs
*.conf text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
.editorconfig text eol=lf
.globalconfig text eol=lf
# Scripts
*.sh text eol=lf
*.py text diff=python eol=lf
*.ps1 text eol=lf
*.cmd text eol=crlf
*.bat text eol=crlf
# Source code files
*.cs text diff=csharp eol=lf
*.cshtml text eol=lf
*.json text eol=lf
*.xml text eol=lf
*.html text diff=html eol=lf
*.css text diff=css eol=lf
*.scss text diff=css eol=lf
*.js text eol=lf
*.csproj text eol=lf
*.targets text eol=lf
*.props text eol=lf
*.sln text eol=lf
# Images (text)
*.svg text eol=lf
# Text files
*.txt text eol=lf
*.md text eol=lf
*.markdown text eol=lf
###############################
# Git Large File System (LFS) #
###############################
# Archives
*.7z filter=lfs diff=lfs merge=lfs -text
*.rar filter=lfs diff=lfs merge=lfs -text
*.br filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.tar filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text
# Documents
*.pdf filter=lfs diff=lfs merge=lfs -text
*.docx filter=lfs diff=lfs merge=lfs -text
# Images
*.gif filter=lfs diff=lfs merge=lfs -text
*.ico filter=lfs diff=lfs merge=lfs -text
*.jpg filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.psd filter=lfs diff=lfs merge=lfs -text
*.webp filter=lfs diff=lfs merge=lfs -text
*.bmp filter=lfs diff=lfs merge=lfs -text
# Fonts
*.woff2 filter=lfs diff=lfs merge=lfs -text
# Executables
*.exe filter=lfs diff=lfs merge=lfs -text
*.dll filter=lfs diff=lfs merge=lfs -text
# Keyfiles
*.pfx binary
*.p12 binary
*.snk binary
*.cer binary
# Others
*.dat binary
# Verify
*.verified.txt text eol=lf working-tree-encoding=UTF-8
*.verified.xml text eol=lf working-tree-encoding=UTF-8
*.verified.json text eol=lf working-tree-encoding=UTF-8
*.verified.bin binary