-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitattributes
37 lines (35 loc) · 974 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
* text=auto eol=lf encoding=utf-8
*.*ignore text
*.bash text
*.bat text eol=crlf
*.cmd text eol=crlf
*.json text
*.md text diff=markdown
*.ps1 text eol=crlf
*.sh text
*.toml text
*.xml text
*.yaml text
*.yml text
*.zsh text
.editorconfig text
.gitattributes text
.gitconfig text
.gitkeep text
Dockerfile* text
LICENSE text
*.7z binary
*.bmp binary
*.docx binary diff=astextplain
*.gif binary
*.gifv binary
*.ico binary
*.jpeg binary
*.jpg binary
*.pdf binary
*.png binary
*.psd binary
*.tar binary
*.webp binary
*.xlsx binary
*.zip binary