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:
authorLiterallie <git@l1t.li>2019-01-22 08:51:49 +0300
committerdiosmosis <diosmosis@users.noreply.github.com>2019-01-22 08:51:49 +0300
commita46e61cd2de24a67abbfeae31b730aea87c4e480 (patch)
tree3cc9de06e619eaab4d3b3825f458d0dca5f0b22d /.gitignore
parent48e55318ea3ba92995fd06d29ec98c615a52d84b (diff)
Add a CACHEDIR.TAG file to tmp/ (#13653)
Note that this does not handle cases where users delete the whole tmp/ directory. However, it is to be expected that users depending on that file would take care not to delete it. Fixes matomo-org/matomo#12754
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 4447a81e66..3a31bed692 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,6 +34,7 @@ php_errors.log
/robots.txt
/tmp/*
!/tmp/.gitkeep
+!/tmp/CACHEDIR.TAG
/vendor/
/.cache
/.externalToolBuilders