Merge pull request #66 from KasperFranz/patch-1
authorGaetano Giunta <giunta.gaetano@gmail.com>
Mon, 6 Aug 2018 09:34:41 +0000 (10:34 +0100)
committerGitHub <noreply@github.com>
Mon, 6 Aug 2018 09:34:41 +0000 (10:34 +0100)
Added gitattributes to reduce size of install

.gitattributes [new file with mode: 0644]

diff --git a/.gitattributes b/.gitattributes
new file mode 100644 (file)
index 0000000..8cda532
--- /dev/null
@@ -0,0 +1,10 @@
+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