From be8fae35475b941dc6eb9e73d317bd096b6084ed Mon Sep 17 00:00:00 2001 From: Jason Beggs Date: Thu, 17 Jun 2021 12:53:50 -0400 Subject: [PATCH] Add gitignore cache files tip --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b964b78..c693981 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,9 @@ You can change the host where your API requests are sent. Not sure why you'd eve ### Cache -Torchlight requires a separate cache path, distinct from the Jigsaw cache. Jigsaw cleans out its cache from time to time, whereas Torchlight depends on individual TTLs, courtesy of the Laravel cache driver. +Torchlight requires a separate cache path, distinct from the Jigsaw cache. Jigsaw cleans out its cache from time to time, whereas Torchlight depends on individual TTLs, courtesy of the Laravel cache driver. + +> You may want to add your configured cache path (`/torchlight_cache/`) to your `.gitignore` file so the cache files aren't persisted to your git history. ## Usage