Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CoreConsole/Commands/GeneratePlugin.php')
-rw-r--r--plugins/CoreConsole/Commands/GeneratePlugin.php3
1 files changed, 3 insertions, 0 deletions
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'
);
}