From 3e5ec73e82677590f73414a0f84d06cc95c6cdb5 Mon Sep 17 00:00:00 2001 From: Maxym Denysenko Date: Sun, 18 Oct 2020 01:12:21 +0300 Subject: [PATCH] Add .gitattributes --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..0219ae2 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +/.github export-ignore +/tests export-ignore +/.coveralls.yml export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/phpcs.xml export-ignore