From 47c3e67b50998b508c9b88a87431315ef48acfa6 Mon Sep 17 00:00:00 2001 From: Tobias van Beek Date: Tue, 24 May 2022 14:49:30 +0200 Subject: [PATCH] Add a .gitattributes file to exclude the tests and ci files from the archive export used by composer. See: https://www.git-scm.com/docs/gitattributes#_creating_an_archive --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..bcf3af091 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +/.coveralls.yml export-ignore +/.gush.yml export-ignore +/.travis.yml export-ignore +/.github export-ignore +/tests export-ignore +