Krinkle has uploaded a new change for review. https://gerrit.wikimedia.org/r/86687
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(-) git pull ssh://gerrit.wikimedia.org:29418/operations/software/gdash refs/changes/87/86687/1 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: newchange Gerrit-Change-Id: Ice922c22a8ca3aec9b494ba84d4e09cdfd5e1839 Gerrit-PatchSet: 1 Gerrit-Project: operations/software/gdash Gerrit-Branch: master Gerrit-Owner: Krinkle <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
