Legoktm has uploaded a new change for review. https://gerrit.wikimedia.org/r/195027
Change subject: Ignore files when exporting package ...................................................................... Ignore files when exporting package Add a .gitattributes file including instructions exclude various files from `git archive` output. The zip files created by GitHub that are used by Composer to install stable versions will honor these directives. By removing files that are not strictly needed at runtime we can minimize the footprint of the installed library for the typical user. Change-Id: Ib85fe09dfb54af4a424f909bdcc00a6965669a8c --- A .gitattributes 1 file changed, 6 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/utfnormal refs/changes/27/195027/1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..007169f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +.gitattributes export-ignore +.gitignore export-ignore +.gitreview export-ignore +composer.json export-ignore +phpunit.xml.dist export-ignore +tests export-ignore -- To view, visit https://gerrit.wikimedia.org/r/195027 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ib85fe09dfb54af4a424f909bdcc00a6965669a8c Gerrit-PatchSet: 1 Gerrit-Project: utfnormal Gerrit-Branch: master Gerrit-Owner: Legoktm <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
