-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.gitattributes
More file actions
37 lines (31 loc) · 802 Bytes
/
.gitattributes
File metadata and controls
37 lines (31 loc) · 802 Bytes
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
# Do not show diff with these
*.lock text -diff
package-lock.json text -diff
# Ignore all test and documentation with “export-ignore”.
.gitattributes export-ignore
.gitkeep export-ignore
.gitignore export-ignore
# Source code
*.bash text eol=lf
*.htm text diff=html
*.html text diff=html
*.php text diff=php
*.scss text diff=css
*.sh text eol=lf
*.xhtml text diff=html
## Binaries
*.png binary
*.jpg 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