-
Notifications
You must be signed in to change notification settings - Fork 34
/
.gitattributes
83 lines (75 loc) · 1.15 KB
/
.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
78
79
80
81
82
83
* text=auto
## SOURCE CODE
*.bat text eol=crlf
*.css text
*.htm text
*.html text
*.js text
*.json text
*.sass text
*.scss text
*.styl text
*.sh text eol=lf
*.xml text
*.xhtml text
## DOCUMENTATION
*.md text
*.txt text
CHANGELOG text
LICENSE text
*README* text
VERSION text
## LINTERS
.eslintrc text
## CONFIGS
.babelrc text
.nvmrc text
.editorconfig text
.eslintignore text
.gitattributes text
.gitconfig text
.gitignore text
.htaccess text
.htpasswd text
*.npmignore text
*.yaml text
*.yml text
yarn.lock text
## GRAPHICS
*.ai binary
*.bmp binary
*.eps binary
*.gif binary
*.ico binary
*.jng binary
*.jp2 binary
*.jpg binary
*.jpeg binary
*.jpx binary
*.jxr binary
*.pdf binary
*.png binary
*.psb binary
*.psd binary
*.svg text
*.svgz binary
*.tif binary
*.tiff binary
*.wbmp binary
*.webp binary
## ARCHIVES
*.7z binary
*.gz binary
*.jar binary
*.rar binary
*.tar binary
*.zip binary
## FONTS
*.ttf binary
*.eot binary
*.otf binary
*.woff binary
*.woff2 binary
## EXECUTABLES
*.exe binary
*.pyc binary