Ori.livneh has submitted this change and it was merged. Change subject: gitignore: Add .deploy ......................................................................
gitignore: Add .deploy git-deploy throws a fatal without it. Change-Id: Ice922c22a8ca3aec9b494ba84d4e09cdfd5e1839 --- M .gitignore 1 file changed, 4 insertions(+), 0 deletions(-) Approvals: Ori.livneh: Verified; Looks good to me, approved diff --git a/.gitignore b/.gitignore index 9af656e..16ec7e6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,5 @@ +# git-deploy +.deploy + +# Installation config/gdash.yaml -- To view, visit https://gerrit.wikimedia.org/r/86687 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ice922c22a8ca3aec9b494ba84d4e09cdfd5e1839 Gerrit-PatchSet: 1 Gerrit-Project: operations/software/gdash Gerrit-Branch: master Gerrit-Owner: Krinkle <[email protected]> Gerrit-Reviewer: Ori.livneh <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
