I tried to name a folder plugin by prefixing it with an underscore (_plugin-name) but the plugin look like it’s not loaded.
Is there a naming convention for the plugin folder?
My use case is that I use Composer to install plugins so in .gitignore I ignore the entire site/plugins/ directory but not the custom plugins, who will start by an underscore.
I personally do it by adding a leading random string . Maybe I have to name my custom plugins by adding a custom- prefix, and pray that never any Kirby plugins will start its name by custom-…