moodle-logstore_xapi
moodle-logstore_xapi copied to clipboard
Fix .gitignore
Description
- The
.gitignorefile includesversion.php, therefore when we commit the xAPI plugin to our internal Moodle repo, it does not includeversion.php, which is of course a required file for Moodle. Whilst we can manually modify the.gitignore, the source then deviates from the plugin, potentially resulting in merge conflicts. Regardless, theversion.phpfile should not be in.gitignoreanyway.
Version
masterate5be1b7e55d16e3bba244e91f663cb75169a8a50on2018082100
Steps to reproduce the bug
- Copy the xAPI plugin into an existing Moodle Git repository
- Push this to the remote
Expected behaviour
version.phpshould be included, without needing to modify.gitignore
Actual behaviour
version.phpis not pushed, as it is in.gitignore.