jenkins-bot has submitted this change and it was merged. Change subject: Update .(git|jshint)ignore for rt client/server ......................................................................
Update .(git|jshint)ignore for rt client/server Change-Id: I8d655679cc4a54520a2c47a5d16955e1724047ee --- M .gitignore M .jshintignore 2 files changed, 3 insertions(+), 0 deletions(-) Approvals: Cscott: Looks good to me, approved jenkins-bot: Verified diff --git a/.gitignore b/.gitignore index cbbd961..e879a7f 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,5 @@ js/node_modules/ js/tests/parserTests.cache js/doc +js/tests/server/pages.db +js/tests/client/config.js diff --git a/.jshintignore b/.jshintignore index d11a3c8..801790c 100644 --- a/.jshintignore +++ b/.jshintignore @@ -2,3 +2,4 @@ js/node_modules js/api/scripts/jquery.js js/doc +js/tests/server/node_modules -- To view, visit https://gerrit.wikimedia.org/r/76300 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I8d655679cc4a54520a2c47a5d16955e1724047ee Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Parsoid Gerrit-Branch: master Gerrit-Owner: Arlolra <[email protected]> Gerrit-Reviewer: Cscott <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
