From a5d0fb7c3770085aa88cafd3a284d8de7d66fcdf Mon Sep 17 00:00:00 2001 From: DariusIII Date: Tue, 2 Oct 2018 00:00:17 +0200 Subject: [PATCH] Make cache persistent --- Changelog | 1 + storage/framework/cache/data/.gitignore | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 storage/framework/cache/data/.gitignore diff --git a/Changelog b/Changelog index ce97ab65a..c9f57509d 100755 --- a/Changelog +++ b/Changelog @@ -1,4 +1,5 @@ 2018-10-01 DariusIII + * Chg: Make cache persistent * Chg: Update configuration files * Chg: Update hashing.php, add argon2id support * Chg: Update orangehill/iseed to version 2.6 diff --git a/storage/framework/cache/data/.gitignore b/storage/framework/cache/data/.gitignore new file mode 100644 index 000000000..c96a04f00 --- /dev/null +++ b/storage/framework/cache/data/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore \ No newline at end of file