-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy path.gitattributes
55 lines (51 loc) · 1.3 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
* text=auto
*.bat text eol=crlf
*.cmd text eol=crlf
*.ps1 text eol=crlf
*.sh text eol=lf
*.json text
*.js text
*.mjs text
*.jsx text
*.ts text
*.tsx text
*.map text -diff
*.md text diff=markdown
*.sql text
*.xml text
*.txt text
*.css text diff=css
*.htm text diff=html
*.html text diff=html
LICENSE text
package-lock.json text -diff
*.lock text -diff
package.json text eol=lf
.env text
.env-cmdrc text
.gitattributes text
.gitconfig text
.gitmodules text
*.yaml text
*.yml text
*.*ignore text
*.*rc text
*.snap text
*.patch -text
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.tif binary
*.tiff binary
*.ico binary
*.svg binary
*.eps binary
*.7z binary
*.gz binary
*.tar binary
*.tgz binary
*.zip binary
.gitattributes export-ignore
.gitignore export-ignore
.gitkeep export-ignore