From 036bf5daafe2de810fbdf5a2c96379871f95b913 Mon Sep 17 00:00:00 2001 From: kasper Franz Date: Wed, 4 Jul 2018 17:48:40 +0100 Subject: [PATCH] Added gitattributes to remove some size This is mainly to get the composer size down --- .gitattributes | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitattributes 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 -- 2.43.0