Skip to content

Commit

Permalink
Merge pull request #2 from jasonlbeggs/patch-1
Browse files Browse the repository at this point in the history
Add gitignore cache files tip
  • Loading branch information
aarondfrancis authored Jun 17, 2021
2 parents f2cd011 + be8fae3 commit 3ffea61
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3ffea61

Please sign in to comment.