Added gitattributes to remove some size
authorkasper Franz <kasper@franz.guru>
Wed, 4 Jul 2018 16:48:40 +0000 (17:48 +0100)
committerGitHub <noreply@github.com>
Wed, 4 Jul 2018 16:48:40 +0000 (17:48 +0100)
This is mainly to get the composer size down

.gitattributes [new file with mode: 0644]

diff --git a/.gitattributes b/.gitattributes
new file mode 100644 (file)
index 0000000..e4618c8
--- /dev/null
@@ -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