From 5c6f69c254062bb3d1a9cba153dc5bed48db07c2 Mon Sep 17 00:00:00 2001 From: Giancarlos Salas Date: Fri, 29 Dec 2017 21:01:11 -0500 Subject: [PATCH] exclude files in release --- .gitattributes | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.gitattributes b/.gitattributes index 4282322..55574ad 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,16 @@ # Set the default behavior, in case people don't have core.autocrlf set. * 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 \ No newline at end of file