From: kasper Franz Date: Wed, 4 Jul 2018 16:48:40 +0000 (+0100) Subject: Added gitattributes to remove some size X-Git-Tag: 4.3.2~13^2~1 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=036bf5daafe2de810fbdf5a2c96379871f95b913 Added gitattributes to remove some size This is mainly to get the composer size down --- diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e4618c8 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,11 @@ +demo/ export-ignore +doc/ export-ignore +tests/ export-ignore +.gitignore export-ignore +.travis.yml export-ignore +compatibility-test.php export-ignore +composer.lock export-ignore +CONTRIBUTING.md export-ignore +Makefile export-ignore +phpunit.xml export-ignore +README.md export-ignore