-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
77 lines (64 loc) · 1.2 KB
/
.gitattributes
File metadata and controls
77 lines (64 loc) · 1.2 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
# Auto detect text files and perform LF normalization
* text=auto
# Custom for Visual Studio
*.cs diff=csharp
# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
# Web files
*.html text
*.css text
*.js text
*.json text
*.xml text
*.yml text
*.yaml text
# Image files
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.svg text
*.webp binary
# Font files
*.woff binary
*.woff2 binary
*.ttf binary
*.eot binary
# Archive files
*.zip binary
*.tar binary
*.gz binary
*.rar binary
*.7z binary
# Jekyll
_site/ export-ignore
.jekyll-cache/ export-ignore
.sass-cache/ export-ignore
# Dependencies
node_modules/ export-ignore
vendor/ export-ignore
# Build files
*.min.css export-ignore
*.min.js export-ignore
*.min.js.map export-ignore
# IDE files
.vscode/ export-ignore
.idea/ export-ignore
# OS files
.DS_Store export-ignore
Thumbs.db export-ignore
# Log files
*.log export-ignore
# Environment files
.env export-ignore
.env.local export-ignore