jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/365503 )
Change subject: Add .gitattributes ...................................................................... Add .gitattributes https://www.mediawiki.org/wiki/Manual:Developing_libraries#Packagist_guidelines Excluded all the tests and build files from packagist Change-Id: I1bd09d4a22a34a16aabbd9960fd1462b6719b07f --- A .gitattributes 1 file changed, 10 insertions(+), 0 deletions(-) Approvals: Legoktm: Looks good to me, approved jenkins-bot: Verified Jforrester: Looks good to me, but someone else must approve diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..12815a5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,10 @@ +.gitattributes export-ignore +.gitignore export-ignore +.gitreview export-ignore +composer.json export-ignore +phpcs.xml export-ignore +phpunit.bootstrap.php export-ignore +phpunit.xml.dist export-ignore +TestHelper.php export-ignore +utils export-ignore +MediaWiki/Tests export-ignore -- To view, visit https://gerrit.wikimedia.org/r/365503 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I1bd09d4a22a34a16aabbd9960fd1462b6719b07f Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/tools/codesniffer Gerrit-Branch: master Gerrit-Owner: Umherirrender <[email protected]> Gerrit-Reviewer: Addshore <[email protected]> Gerrit-Reviewer: Jforrester <[email protected]> Gerrit-Reviewer: Legoktm <[email protected]> Gerrit-Reviewer: Umherirrender <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
