From a351fc57df5b8cebf0eb382cc2607d0c4929f752 Mon Sep 17 00:00:00 2001 From: Bart Jaskulski <bjaskulski@protonmail.com> Date: Sat, 20 Jul 2024 03:54:47 +0200 Subject: [PATCH] build: add excludes in gitattributes Signed-off-by: Bart Jaskulski <bjaskulski@protonmail.com> --- .gitattributes | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..7121c31 --- /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". +/.editorconfig export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.gitlab-ci.yml export-ignore +/phpcs.xml.dist export-ignore +/phpunit-unit.xml export-ignore +/phpunit-integration.xml export-ignore +/tests export-ignore -- GitLab