-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
83 lines (68 loc) · 2.06 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
#NOTE: Run `git add : --renormalize` after editing this file.
## Defaults
## -----------------------------------------------------------------------------
* text=auto eol=lf
## Windows-specific
## -----------------------------------------------------------------------------
*.bat text eol=crlf
*.ps1 text eol=crlf
## Other
## -----------------------------------------------------------------------------
*.sql text
## Scripts
## -----------------------------------------------------------------------------
*.coffee text
*.litcoffee text
*.js text
*.jsx text
*.ts text
*.tsx text
## Pages (server-side)
## -----------------------------------------------------------------------------
*.jsp text
*.php text
## Pages (client-side)
## -----------------------------------------------------------------------------
*.htm text diff=html
*.html text diff=html
*.xhtml text diff=xml
## Styling
## -----------------------------------------------------------------------------
*.css text diff=css
*.less text diff=css
*.sass text
*.scss text diff=css
*.stylus text diff=css
## Serialization
## -----------------------------------------------------------------------------
*.json text
*.jsonc text
*.xml text diff=xml
*.yml text
## Configuration
## -----------------------------------------------------------------------------
*.conf text
*.ini text
## Documentation
## -----------------------------------------------------------------------------
*.md text
*.rst text
*.txt text
## Images
## -----------------------------------------------------------------------------
*.ico binary
*.jpg binary
*.png binary
#NOTE: Can be set to `text diff=xml`.
*.svg binary
## Fonts
## -----------------------------------------------------------------------------
*.otf binary
*.ttf binary
*.woff binary
*.woff2 binary
## Other
## -----------------------------------------------------------------------------
#NOTE: Set to `text` if `format-package-lock` in `.npmrc` is `true`.
package-lock.json binary
npm-shrinkwrap.json binary