From 75561add3c2cdd866b7987683a5588411071a057 Mon Sep 17 00:00:00 2001 From: Kate Butler Date: Tue, 28 May 2019 13:31:39 +1200 Subject: Ensure each plugin has a config.php and tracker.php file (#14430) * Add empty config.php and tracker.php files to each plugin that doesn't have them; add to whitelist of files that are included in new plugins generated by generate:plugin * Add plugin files for plugins which were missing them --- plugins/CoreConsole/Commands/GeneratePlugin.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugins/CoreConsole/Commands/GeneratePlugin.php') diff --git a/plugins/CoreConsole/Commands/GeneratePlugin.php b/plugins/CoreConsole/Commands/GeneratePlugin.php index ad29a39a94..16f736bdc5 100644 --- a/plugins/CoreConsole/Commands/GeneratePlugin.php +++ b/plugins/CoreConsole/Commands/GeneratePlugin.php @@ -75,6 +75,9 @@ class GeneratePlugin extends GeneratePluginBase '/docs', '/docs/faq.md', '/docs/index.md', + '/config', + '/config/config.php', + '/config/tracker.php' ); } -- cgit v1.2.3