mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-11 09:56:32 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user