minor #3728 Update .gitattributes (cedric-anne)

This PR was merged into the 3.x branch.

Discussion
----------

Update .gitattributes

`.github` directory and `.editorconfig`, `.gitattributes`, `.gitignore` and `.php-cs-fixer.dist.php` are present in dist package. I added `export-ignore` attribute to them.

Commits
-------

849d6832 Update .gitattributes
This commit is contained in:
Fabien Potencier
2022-12-26 17:14:22 +01:00
+5
View File
@@ -1,4 +1,9 @@
/.github/ export-ignore
/doc/ export-ignore
/extra/ export-ignore
/tests/ export-ignore
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.php-cs-fixer.dist.php export-ignore
/phpunit.xml.dist export-ignore