diff options
author | Igor Scheller <igor.scheller@igorshp.de> | 2018-10-28 12:59:49 +0100 |
---|---|---|
committer | msquare <msquare@notrademark.de> | 2018-11-24 16:30:36 +0100 |
commit | f845a5ab8b67e1d0b11779f1754bcc3f2193d67b (patch) | |
tree | e4893832772d468873b047a443461175be774c88 /storage/cache | |
parent | 944c29b96429ec95ac1371cb33cc43704a60c7b1 (diff) |
Added caching for templating and routing
See #486 (Implement caching)
Diffstat (limited to 'storage/cache')
-rw-r--r-- | storage/cache/.gitignore | 1 | ||||
-rw-r--r-- | storage/cache/views/.gitignore | 2 |
2 files changed, 3 insertions, 0 deletions
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 |