From b36a29aa2e1753d4fe63d8432a9682ec9b98aca5 Mon Sep 17 00:00:00 2001 From: Grzegorz Rola <grola@seostudio.pl> Date: Tue, 20 Nov 2018 13:11:04 +0100 Subject: [PATCH] gitattributes --- .gitattributes | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f385803 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,15 @@ +/test export-ignore +/vendor export-ignore +.editorconfig 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