From 55ce2b96ac671c7c0b354a48ac27ef3e46ae24f0 Mon Sep 17 00:00:00 2001 From: Yongmin Hong Date: Sun, 9 Jun 2024 22:45:22 +0900 Subject: [PATCH] gitignore: add wikiploy config file Summary: For D22 and D229, so those doesn't need conflicting `.gitignore` entry. Signed-off-by: Yongmin Hong Test Plan: `touch wmf.bot.config.mjs`, verify `git status` has no pending files to commit. Reviewers: O1 revi & automations, revi Reviewed By: O1 revi & automations, revi Differential Revision: https://issuetracker.revi.xyz/D230 --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 3502ef7..0cc5b86 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ +# Bot Credential file, do not commit. +# See https://www.npmjs.com/package/wikiploy +*.bot.config.mjs + # Created by https://www.toptal.com/developers/gitignore/api/node # Edit at https://www.toptal.com/developers/gitignore?templates=node