jenkins-bot has submitted this change and it was merged. Change subject: Add .gitattributes file to prevent some files from being exported ......................................................................
Add .gitattributes file to prevent some files from being exported Change-Id: Ifaa698a5c310c33cb8a462938e91a9cbff8c53a4 --- A .gitattributes 1 file changed, 10 insertions(+), 0 deletions(-) Approvals: BryanDavis: Looks good to me, but someone else must approve Aaron Schulz: Looks good to me, approved jenkins-bot: Verified diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..8ccbe38 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,10 @@ +.gitattributes export-ignore +.gitignore export-ignore +.gitreview export-ignore +.travis.yml export-ignore +Doxyfile export-ignore +composer.json export-ignore +doc export-ignore +phpcs.xml export-ignore +phpunit.xml.dist export-ignore +tests export-ignore -- To view, visit https://gerrit.wikimedia.org/r/249908 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ifaa698a5c310c33cb8a462938e91a9cbff8c53a4 Gerrit-PatchSet: 1 Gerrit-Project: base-convert Gerrit-Branch: master Gerrit-Owner: Legoktm <[email protected]> Gerrit-Reviewer: Aaron Schulz <[email protected]> Gerrit-Reviewer: BryanDavis <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
