Skip to content

Commit a46e61c

Browse files
literalplusdiosmosis
authored andcommitted
Add a CACHEDIR.TAG file to tmp/ (matomo-org#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#12754
1 parent 48e5531 commit a46e61c

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ php_errors.log
3434
/robots.txt
3535
/tmp/*
3636
!/tmp/.gitkeep
37+
!/tmp/CACHEDIR.TAG
3738
/vendor/
3839
/.cache
3940
/.externalToolBuilders

tmp/CACHEDIR.TAG

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Signature: 8a477f597d28d172789f06886806bc55
2+
# This file is a cache directory tag created by Matomo.
3+
# For information about cache directory tags, see:
4+
# http://www.bford.info/cachedir/

0 commit comments

Comments
 (0)