-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitattributes
77 lines (68 loc) · 988 Bytes
/
.gitattributes
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
* eol=lf
# Yarn
/.yarn/** linguist-vendored
/.yarn/releases/* binary
/.yarn/plugins/**/* binary
/.pnp.* binary linguist-generated
# Source code
*.css text
*.sass text
*.scss text
*.js text
*.ts text
*.mjs text
*.mts text
*.json text
*.xml text
*.svg text
*.txt text
*.sql text
*.sh text
*.bat text
# Templates
*.htm text
*.html text
# Git config
.gitattributes text
.gitignore text
.gitconfig text
# Code analysis config
.eslintrc text
.eslintignore text
# Misc config
*.yaml text
*.yml text
*.lock text
.editorconfig text
# Build config
*.npmignore text
*.bowerrc text
*.nvmrc text
# Documentation
*.md text
README text
# Binary files
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.mov binary
*.mp4 binary
*.mp3 binary
*.flv binary
*.fla binary
*.swf binary
*.gz binary
*.zip binary
*.7z binary
*.ttf binary
*.eot binary
*.otf binary
*.woff binary
*.woff2 binary
*.pdf binary
*.doc binary
*.docx binary
*.dll binary
*.pfx binary