From e14f3d4d3511835a479776494e9940aa11c53fc0 Mon Sep 17 00:00:00 2001 From: Tom Witkowski Date: Thu, 20 Feb 2020 10:54:00 +0100 Subject: [PATCH] add gitattributes --- .gitattributes | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..25adb5e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,12 @@ +# Path-based git attributes +# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html + +# Ignore all test and documentation with "export-ignore". +/tests export-ignore +/.github export-ignore +/.editorconfig export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/phpstan.neon.dist export-ignore +/tlint.json export-ignore +/phpunit.xml.dist export-ignore \ No newline at end of file