From 6171834fde74d64bac33285ab289b9e9704235b1 Mon Sep 17 00:00:00 2001 From: angeljqv <79208641+angeljqv@users.noreply.github.com> Date: Mon, 13 Jun 2022 16:05:10 -0500 Subject: [PATCH] Create .gitattributes --- .gitattributes | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5506850 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,10 @@ +# Path-based git attributes +# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html + +# Ignore all test and documentation with "export-ignore". +/.gitignore export-ignore +/.gitattributes export-ignore +/.travis.yml export-ignore +/composer.lock export-ignore +/phpunit.xml.dist export-ignore +/tests export-ignore