-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
19 lines (18 loc) · 453 Bytes
/
Copy path.gitattributes
File metadata and controls
19 lines (18 loc) · 453 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
*.env eol=lf
*.sh eol=lf
*.bat eol=crlf
# Exclude these files from release archives.
.circleci export-ignore
.cirrus.yml export-ignore
.gitattributes export-ignore
.github export-ignore
.gitignore export-ignore
.markdownlint.json export-ignore
RELEASING.md export-ignore
TODO export-ignore
appveyor.yml export-ignore
mkdocs.yml export-ignore
valgrind.suppress export-ignore
docs/ export-ignore
scripts/ export-ignore
www/ export-ignore