From 8f23a60ba88401ab98e71912aebdfd43b8cca528 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Sun, 21 Mar 2021 23:21:28 +0100 Subject: [PATCH] MDL-71004 git: Ignore moodle-plugin-ci.phar in any directory --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b96359f1224..bb06739bd4e 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,4 @@ composer.phar /lib/yuilib/*/*/*-coverage.js atlassian-ide-plugin.xml /node_modules/ +moodle-plugin-ci.phar