-
Task
-
Resolution: Fixed
-
Minor
-
3.9.4, 3.10.1, 3.11, 4.0
-
MOODLE_310_STABLE, MOODLE_311_STABLE, MOODLE_39_STABLE, MOODLE_400_STABLE
-
MOODLE_310_STABLE, MOODLE_39_STABLE
-
This comes from https://github.com/moodlehq/moodle-plugin-ci/issues/77
It's possible to use moodle-plugin-ci locally, both from a git clone elsewhere is the disk or, also, from the moodle-plugin-ci.phar file, putting it (anywhere?) within moodle dirroot.
A little annoyance of using the moodle-plugin-ci.phar alternative is that `git status` and tools warn all the time about that file not being under git control.
While it's possible to exclude it from .git/info/exclude, it would be handy if we do that directly into moodle .gitignore file.
This is what this issue is about, just that