From f845a5ab8b67e1d0b11779f1754bcc3f2193d67b Mon Sep 17 00:00:00 2001 From: Igor Scheller Date: Sun, 28 Oct 2018 12:59:49 +0100 Subject: Added caching for templating and routing See #486 (Implement caching) --- storage/cache/.gitignore | 1 + storage/cache/views/.gitignore | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 storage/cache/.gitignore create mode 100644 storage/cache/views/.gitignore (limited to 'storage') diff --git a/storage/cache/.gitignore b/storage/cache/.gitignore new file mode 100644 index 00000000..ea604cb2 --- /dev/null +++ b/storage/cache/.gitignore @@ -0,0 +1 @@ +/routes.cache.php diff --git a/storage/cache/views/.gitignore b/storage/cache/views/.gitignore new file mode 100644 index 00000000..78d91016 --- /dev/null +++ b/storage/cache/views/.gitignore @@ -0,0 +1,2 @@ +/* +!.gitignore -- cgit v1.2.3-54-g00ecf