From c86fff52dbe97ee9d9315c53da4f27e08bdd1d9f Mon Sep 17 00:00:00 2001 From: Simon Schaufelberger Date: Sun, 7 Jun 2020 03:09:57 +0200 Subject: [PATCH] Ignore files when exporting package (#635) --- .gitattributes | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.gitattributes b/.gitattributes index 7d46ab97..5918aea8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,8 @@ -/docs export-ignore -/tests export-ignore -.gitattributes export-ignore -.gitignore export-ignore -.travis.yml export-ignore -phpunit.dist.xml export-ignore +/demo export-ignore +/docs export-ignore +/tests export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.php_cs.dist export-ignore +/.travis.yml export-ignore +/phpunit.xml.dist export-ignore