From 3a819b4d3273fb061e86d52a59b08ba6958247e2 Mon Sep 17 00:00:00 2001 From: korridor <26689068+korridor@users.noreply.github.com> Date: Sat, 23 Jan 2021 21:20:13 +0100 Subject: [PATCH] Added gitattributes file --- .gitattributes | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..07c80d1 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,14 @@ +/tests export-ignore +/phpunit.xml export-ignore +/phpunit.xml.old export-ignore +/phpcs.xml export-ignore +/phpcs.xml export-ignore +/docker export-ignore +/.travis.yml export-ignore +/.styleci.yml export-ignore +/.php_cs export-ignore +/.editorconfig export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/vendor export-ignore +/coverage export-ignore