From 81a8c0e54af3b87b640b3e1609f5a375ed06b522 Mon Sep 17 00:00:00 2001 From: Maarten Scholder Date: Sun, 7 Apr 2024 09:17:16 +0200 Subject: [PATCH] Added .gitattributes: Export-ignore tests --- .gitattributes | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..8088c9e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,10 @@ +/.editorconfig export-ignore +/.gitattributes export-ignore +/.github export-ignore +/.gitignore export-ignore +/.php-cs-fixer.dist.php export-ignore +/build.xml export-ignore +/phpunit.xml export-ignore +/tests export-ignore + +*.php diff=php \ No newline at end of file