-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy path.gitattributes
More file actions
25 lines (23 loc) · 764 Bytes
/
Copy path.gitattributes
File metadata and controls
25 lines (23 loc) · 764 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
# Export-ignore: excluded from release archive downloads
/.github export-ignore
/tests export-ignore
/benchmarks export-ignore
/docs export-ignore
/native-binaries export-ignore
/tmp export-ignore
# Normalize line endings
* text=auto
# Specific files
*.php text eol=lf diff=php
*.md text eol=lf
*.json text eol=lf
*.xml text eol=lf
*.neon text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.dist text eol=lf
*.sh text eol=lf
*.bat text eol=crlf
*.ps1 text eol=crlf
*.c text eol=lf
bin/* text eol=lf