From d26fae40f109c005b5eab101ad04503367381795 Mon Sep 17 00:00:00 2001 From: Henrique Moody Date: Mon, 1 Apr 2019 17:46:06 +0200 Subject: [PATCH] Make GIT export only necessary files Some files in this repository are only useful for development purposes, but when they should be there when GIT exports this repository. For example, when downloading a release in GitHub, which is the same that Composer does under the hood, those files should not be included. Signed-off-by: Henrique Moody --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..4fe1b27d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +/.* export-ignore +/benchmarks export-ignore +/infection.json.dist export-ignore +/phpbench.json export-ignore +/tests export-ignore