From 717a6a8afbc5da47161d08006adc2b768d1ee67a Mon Sep 17 00:00:00 2001 From: Artur Khasanov Date: Sat, 7 Aug 2021 17:26:15 +0300 Subject: [PATCH] bugfix: exclude test files from package --- .gitattributes | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e9ade47 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,11 @@ +# Path-based git attributes +# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html + +# Ignore all test and documentation with "export-ignore". +/.gitattributes export-ignore +/.gitignore export-ignore +/.php_cs export-ignore +/.travis.yml export-ignore +/examples export-ignore +/guzzle_environments export-ignore +/tests export-ignore \ No newline at end of file