From 9099ddc749ffe6e5f7b50fc2fe3937cb810a945e Mon Sep 17 00:00:00 2001
From: Grzegorz Rola <grola@seostudio.pl>
Date: Thu, 15 Nov 2018 19:33:03 +0100
Subject: [PATCH] Added .gitattributes

---
 .gitattributes | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 .gitattributes

diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..266c7b4
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,15 @@
+/test export-ignore
+/vendor export-ignore
+.gitattributes export-ignore
+.gitignore export-ignore
+.git export-ignore
+.gitlab-ci.yml export-ignore
+.idea export-ignore
+apigen.neon export-ignore
+build-coverage export-ignore
+docs export-ignore
+LICENSE.md export-ignore
+phpcs.xml.dist export-ignore
+phpunit-integration.xml export-ignore
+phpunit-unit.xml export-ignore
+
-- 
GitLab