From a0794a8f53983c9cef5f611467d2035ea3c25eac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Uzna=C5=84ski?= Date: Wed, 23 Sep 2020 13:50:47 +0200 Subject: [PATCH] [TASK] Add gitattributes (#107) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Łukasz Uznański --- .gitattributes | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f0f9b58 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,10 @@ +/.Build/ export-ignore +/.editorconfig export-ignore +/.gitattributes export-ignore +/.github/ export-ignore +/.gitignore export-ignore +/.gitlab/ export-ignore +/.php_cs.dist export-ignore +/Tests/ export-ignore +/codeception.yml export-ignore +/phpcs.xml.dist export-ignore