Skip to content

Commit

Permalink
minor #53111 [Intl] Update .gitattributes (smnandre)
Browse files Browse the repository at this point in the history
This PR was merged into the 7.1 branch.

Discussion
----------

[Intl] Update .gitattributes

| Q             | A
| ------------- | ---
| Branch?       | 7.1
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Issues        | Fix #...
| License       | MIT

Remove code generation commands from exports

Commits
-------

ff6b548 Update .gitattributes
  • Loading branch information
fabpot committed Dec 19, 2023
2 parents 685e034 + ff6b548 commit 0f46e33
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/Symfony/Component/Intl/.gitattributes
@@ -1,5 +1,9 @@
/Resources/bin/autoload.php export-ignore
/Resources/bin/common.php export-ignore
/Resources/bin/compile export-ignore
/Resources/bin/update-data.php export-ignore
/Resources/emoji export-ignore
/Tests export-ignore
/phpunit.xml.dist export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/Resources/emoji export-ignore

0 comments on commit 0f46e33

Please sign in to comment.