Skip to content

Commit

Permalink
Add a CACHEDIR.TAG file to tmp/ (#13653)
Browse files Browse the repository at this point in the history
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 #12754
  • Loading branch information
literalplus authored and diosmosis committed Jan 22, 2019
1 parent 48e5531 commit a46e61c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -34,6 +34,7 @@ php_errors.log
/robots.txt
/tmp/*
!/tmp/.gitkeep
!/tmp/CACHEDIR.TAG
/vendor/
/.cache
/.externalToolBuilders
Expand Down
4 changes: 4 additions & 0 deletions tmp/CACHEDIR.TAG
@@ -0,0 +1,4 @@
Signature: 8a477f597d28d172789f06886806bc55
# This file is a cache directory tag created by Matomo.
# For information about cache directory tags, see:
# http://www.bford.info/cachedir/

0 comments on commit a46e61c

Please sign in to comment.