From 79c01d27334fc789720e3c56af61ecbb30e80345 Mon Sep 17 00:00:00 2001 From: Kieran Date: Mon, 12 Jul 2021 20:11:10 +0100 Subject: [PATCH] Create .gitattributes --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4def2d6 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +/.gitattributes export-ignore +/.github export-ignore +/.gitignore export-ignore +/.php_cs export-ignore +/.travis.yml export-ignore +/phpunit.xml export-ignore +/media export-ignore +/tests export-ignore