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