From 84ce89b1278c0f153e3a5d61df8ffc172b9a32b9 Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Sun, 17 Mar 2019 16:46:59 +0100 Subject: [PATCH] Add .gitattributes Set development files, tests and assets to export ignore list to clean up the package distributed via Composer/Packagist. --- .gitattributes | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..c323621 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,12 @@ +/assets export-ignore +/test export-ignore +.gitattributes export-ignore +.gitignore export-ignore +.travis.yml export-ignore +composer.json export-ignore +composer.lock export-ignore +CONTRIBUTING.md export-ignore +package.json export-ignore +phpcs.xml export-ignore +phpunit.xml export-ignore +RoboFile.php export-ignore