From 51e3e64a3671053f23191b02be030192f62ee8bd Mon Sep 17 00:00:00 2001 From: jo Date: Fri, 22 May 2020 12:11:31 +0200 Subject: [PATCH] Add .gitattributes Ignore developement files when creating an archive (https://git-scm.com/docs/gitattributes#_creating_an_archive) --- .gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e6250bc --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +/.* export-ignore +/bin export-ignore +/tests export-ignore +/Gruntfile.js export-ignore +/package.json export-ignore +/phpcs.ruleset.xml export-ignore +/phpunit.xml.dist export-ignore