Question

I added some plugins and am wondering which file(s) the plugins list is stored in. I want to get it into version control. It kind of looks like they're in plugins/{platform}.json, but from I've seen that folder is supposed to be exclude from version control. I've also seen reference to a plugins.xml, but I don't see that one.

Was it helpful?

Solution

I don't know where you saw that that plugins folder should not be under version control but I personally don't see other way of saving plugins than saving the whole plugins folder.

The plugin.xml you mentioned is the file describing each plugin's structure, it's in each subfolder of the plugins folder.

Edit:

If you really don't want to save plugins in your version control, you can have a look at this link on how to use hooks to install plugins. The bad side is that doing this you get latest version of plugins and so may experience different behaviour depending on plugins version installed. It may be a good idea to add plugin version.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top