-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
99 lines (87 loc) · 1.65 KB
/
Copy path.gitattributes
File metadata and controls
99 lines (87 loc) · 1.65 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
88
89
90
91
92
93
94
95
96
97
98
99
# Set default behavior to automatically normalize line endings
* text=auto
# Force Unix line endings for shell scripts
*.sh text eol=lf
*.bash text eol=lf
# Force Windows line endings for batch files
*.bat text eol=crlf
*.cmd text eol=crlf
# Force Unix line endings for configuration files
*.json text eol=lf
*.js text eol=lf
*.ts text eol=lf
*.tsx text eol=lf
*.jsx text eol=lf
*.html text eol=lf
*.css text eol=lf
*.scss text eol=lf
*.md text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.xml text eol=lf
*.txt text eol=lf
# Force Unix line endings for Docker files
Dockerfile text eol=lf
*.dockerfile text eol=lf
.dockerignore text eol=lf
# Force Unix line endings for git files
.gitignore text eol=lf
.gitattributes text eol=lf
# Binary files
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.svg binary
*.woff binary
*.woff2 binary
*.ttf binary
*.eot binary
*.otf binary
*.zip binary
*.tar.gz binary
*.tgz binary
*.rar binary
*.7z binary
*.exe binary
*.dll binary
*.so binary
*.dylib binary
# Office files
*.xlsx binary
*.xls binary
*.docx binary
*.doc binary
*.pptx binary
*.ppt binary
# Archive files
*.zip binary
*.tar binary
*.gz binary
*.bz2 binary
*.xz binary
*.7z binary
*.rar binary
# Executable files
*.exe binary
*.msi binary
*.deb binary
*.rpm binary
*.dmg binary
*.pkg binary
# Database files
*.db binary
*.sqlite binary
*.sqlite3 binary
# Certificate files
*.pem binary
*.key binary
*.crt binary
*.p12 binary
*.pfx binary
# Large files that should be tracked with Git LFS
*.psd filter=lfs diff=lfs merge=lfs -text
*.ai filter=lfs diff=lfs merge=lfs -text
*.sketch filter=lfs diff=lfs merge=lfs -text
*.fig filter=lfs diff=lfs merge=lfs -text