From 16781406837150c9195306239c6794eaa7c64295 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Poirotte?= Date: Tue, 9 May 2017 13:42:51 +0200 Subject: [PATCH] Exclude certain files/folders from archive exports --- .gitattributes | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1cf1709 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,15 @@ +/.gitattributes export-ignore +/.gitignore export-ignore +/build.xml export-ignore +/Doxyfile export-ignore +/phpcs.xml export-ignore +/phpunit.xml export-ignore +/README export-ignore +/README.rst export-ignore +/.travis.yml export-ignore +/.coveralls.yml export-ignore + +/build export-ignore +/docs export-ignore +/tests export-ignore +/.tx export-ignore