Hoo man has uploaded a new change for review. https://gerrit.wikimedia.org/r/98138
Change subject: Ignore root level .htaccess and .htpasswd files ...................................................................... Ignore root level .htaccess and .htpasswd files One might want to have those in there in a development environment. Change-Id: Ie5f4bbc15cb738c9801490e800255470ceb42d79 --- M .gitignore 1 file changed, 2 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core refs/changes/38/98138/1 diff --git a/.gitignore b/.gitignore index 9c0c3b6..76d220a 100644 --- a/.gitignore +++ b/.gitignore @@ -62,3 +62,5 @@ /favicon.ico /static* /tags +/.htaccess +/.htpasswd -- To view, visit https://gerrit.wikimedia.org/r/98138 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie5f4bbc15cb738c9801490e800255470ceb42d79 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Hoo man <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
