Umherirrender has uploaded a new change for review. ( 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(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/tools/codesniffer refs/changes/03/365503/1 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: newchange Gerrit-Change-Id: I1bd09d4a22a34a16aabbd9960fd1462b6719b07f Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/tools/codesniffer Gerrit-Branch: master Gerrit-Owner: Umherirrender <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
