-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy path.gitattributes
38 lines (34 loc) · 858 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
# Docker
Dockerfile text
# Web
*.bash text eol=lf
*.cmd text eol=crlf
*.css text diff=css
*.html text diff=html
*.ini text
*.js text
*.json text
*.jsx text
*.sh text eol=lf
*.ts text
*.tsx text
*.xml text
*.xhtml text diff=html
# Docs
*.markdown text diff=markdown
*.md text diff=markdown
# Config
.env text
.gitattributes text
.gitconfig text
.htaccess text
*.cnf text
*.conf text
*.config text
*.lock text -diff
package.json text eol=lf
package-lock.json text -diff
Makefile text
# Other
dist/** -diff linguist-generated=true
client/build/** -diff linguist-generated=true