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.62k stars 869 forks source link

Add page cache to .gitignore #476

Closed CaedenPH closed 2 years ago

CaedenPH commented 2 years ago

Description

Add page_cache/ directory to .gitignore

Additional Comments (if any)

When making tests, you create files in the page_cache directory, and these are then counted as untracked image

Have you read the Contributing Guidelines on Pull Requests on mkdocs?

Yes

gleitz commented 2 years ago

Please check in those files. The page cache is used by the test runner to avoid being rare limited by the search engines. Thx!