gleitz / howdoi

instant coding answers via the command line
http://blog.gleitzman.com/post/43330157197/howdoi-instant-coding-answers-via-the-command-line
MIT License
10.56k stars 867 forks source link

Add page_cache to .gitignore (#476) #477

Closed CaedenPH closed 1 year ago

CaedenPH commented 1 year ago

Description:

Adds page_cache to .gitignore

Pull Request type:

Pull Request checklist:

gleitz commented 1 year ago

The page cache is used to avoid making live calls when running tests in CI. It is expected that this folder will change when tests are added or modified.