[PECL-CVS] [pecl-web_services-oauth] master: add .gitattributes
[email protected] (Rasmus Lerdorf) Mon, 6 Apr 2026 10:57:18 +0000
| Newsgroups | php.pecl.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Rasmus Lerdorf (rlerdorf) Date: 2026-04-06T06:57:12-04:00 Commit: https://github.com/php/pecl-web_services-oauth/commit/77f4ee33db96df9a9e312189c54e270509ba2ce1 Raw diff: https://github.com/php/pecl-web_services-oauth/commit/77f4ee33db96df9a9e312189c54e270509ba2ce1.diff add .gitattributes Changed paths: A .gitattributes Diff: diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9af1dbf --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +# Exclude from release archives +/.github export-ignore +/examples export-ignore +/tests export-ignore +CLAUDE.md export-ignore +.gitattributes export-ignore +.gitignore export-ignore +TODO export-ignore