exclude files in release

This commit is contained in:
Giancarlos Salas 2017-12-29 21:01:11 -05:00
parent a3f18b51f7
commit 5c6f69c254

14
.gitattributes vendored
View File

@ -1,2 +1,16 @@
# Set the default behavior, in case people don't have core.autocrlf set. # Set the default behavior, in case people don't have core.autocrlf set.
* text eol=lf * text eol=lf
/benchmarks export-ignore
/docs export-ignore
/examples export-ignore
/tests export-ignore
/tools export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.travis.yml export-ignore
CHANGELOG.md export-ignore
CONTRIBUTING.md export-ignore
mkdocs.yml export-ignore
phpbench.json export-ignore
phpunit.xml.dist export-ignore
UPGRADE.md export-ignore