From 68e3f3837e27aee3c9dd56bd581e526cfad854fe Mon Sep 17 00:00:00 2001 From: Jelle Raaijmakers Date: Sun, 16 Aug 2020 16:26:32 +0200 Subject: [PATCH] Add .gitattributes to exclude tests and development files from export --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..35b1b1d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +/phpcs.xml.dist export-ignore +/phpstan.neon.dist export-ignore +/tests export-ignore +.gitattributes export-ignore +.gitignore export-ignore