From fa7a09d0e0ce1a37dff8dfaac5927998bf3b1357 Mon Sep 17 00:00:00 2001 From: smiley Date: Sat, 6 Jan 2024 17:41:46 +0100 Subject: [PATCH] :sparkles: --- .gitattributes | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..8add556f5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,17 @@ +/.build export-ignore +/.github export-ignore +/.phan export-ignore +/.phpdoc export-ignore +/docs export-ignore +/examples export-ignore +/tests export-ignore +/.editorconfig export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.readthedocs.yml export-ignore +/phpcs.xml.dist export-ignore +/phpdoc.xml.dist export-ignore +/phpmd.xml.dist export-ignore +/phpunit.xml.dist export-ignore + +*.php diff=php