Krinkle has uploaded a new change for review. https://gerrit.wikimedia.org/r/229067
Change subject: build: Exclude irrelevant files from Composer PHP package ...................................................................... build: Exclude irrelevant files from Composer PHP package Similar to repos of other Wikimedia libraries such as WrappedString, CDB and at-ease. Change-Id: Ie15f9ef002fee32714d5b66e60da2eec60c733c9 --- A .gitattributes 1 file changed, 16 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/oojs/ui refs/changes/67/229067/1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..80a04e6 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,16 @@ +.css* export-ignore +.git* export-ignore +.js* export-ignore +.npmignore export-ignore +.rubocop.yml export-ignore +.travis.yml export-ignore +build export-ignore +composer.json export-ignore +doc export-ignore +Doxyfile export-ignore +Gruntfile.js export-ignore +jsduck* export-ignore +phpcs.xml export-ignore +phpunit.xml.dist export-ignore +src export-ignore +tests export-ignore -- To view, visit https://gerrit.wikimedia.org/r/229067 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie15f9ef002fee32714d5b66e60da2eec60c733c9 Gerrit-PatchSet: 1 Gerrit-Project: oojs/ui Gerrit-Branch: master Gerrit-Owner: Krinkle <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
