FMCorz / mdk

Moodle Development Kit. A collection of tools meant to make developers' lives easier.
GNU General Public License v3.0
85 stars 47 forks source link

Add to .git/info/exclude on plugin install #179

Open andrewnicols opened 5 years ago

andrewnicols commented 5 years ago

It'd be great to add a line to .git/info/exclude as part of the plugin install so that it is not inadvertently added to a commit.

FMCorz commented 5 years ago

It's a good idea. Over the years I learned to deal with dirty repository with lots of 3rd party plugins reported with git status, so it doesn't bother me. In fact, at times I did add a plugin or two to the exclude file, only then to be confused that they aren't being reported by git.

Andrew, would you think we should: