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
path: root/config
diff options
context:
space:
mode:
authorLee <limitstudios@users.noreply.github.com>2020-01-28 23:55:22 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2020-01-28 23:55:22 +0300
commitea9254ec9d2a4c0d525d4f022a2f071b9b77858c (patch)
tree4b8c57fb356678454ed5ceedd86730c35a1b6983 /config
parent907a3d6f78693bcaadde7460fe0c2224161de63b (diff)
Exclude files (#15473)
Diffstat (limited to 'config')
-rw-r--r--config/global.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/global.php b/config/global.php
index 602393e10d..e6c489fe56 100644
--- a/config/global.php
+++ b/config/global.php
@@ -131,6 +131,7 @@ return array(
// common files on shared hosters
'php.ini',
'.user.ini',
+ 'error_log',
// Files below are not expected but they used to be present in older Piwik versions and may be still here
// As they are not going to cause any trouble we won't report them as 'File to delete'
'*.coveralls.yml',