From 693bf759b84a20f106f55bd96d68330f2a8a62bb Mon Sep 17 00:00:00 2001 From: Alex Tatulchenkov Date: Mon, 23 Mar 2020 18:17:17 +0300 Subject: [PATCH] Exclude files not needed on production from git archive exports using gitattributes --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ed36288 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +/.* export-ignore +/lib/phlylabs/example.php export-ignore +/build.xml export-ignore +/CHANGLELOG export-ignore +/phpunit.xml.dist export-ignore +/README.md export-ignore +/travis.phpunit.xml export-ignore +/tests export-ignore