jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/382670 )
Change subject: git ignore cache folder (for windows users) too ......................................................................
git ignore cache folder (for windows users) too
Change-Id: I750203e03d3e0edc622aba5ebffad3f8822664d8 --- M .gitignore 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: Huji: Looks good to me, approved jenkins-bot: Verified
diff --git a/.gitignore b/.gitignore index cf0b69d..ec60fac 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ logs* *apicache* *pycache* +/cache /cache/* .cache .idea
pywikibot-commits@lists.wikimedia.org