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

Closed CaedenPH closed 1 year ago

CaedenPH commented 1 year 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 1 year 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!