1
0
mirror of synced 2025-12-19 18:10:59 -05:00

remove remnants of the disk-based redirects cache file (#31445)

This commit is contained in:
Peter Bengtsson
2022-10-05 18:51:14 +02:00
committed by GitHub
parent 596a79bafb
commit 8b1fb6ec2a
4 changed files with 4 additions and 27 deletions

5
.gitignore vendored
View File

@@ -19,10 +19,9 @@ coverage/
blc_output.log
blc_output_internal.log
broken_links.md
lib/redirects/.redirects-cache.json
# This one is purely for historical reasons because so many people might
# still have thes files on their disk.
lib/redirects/.redirects-cache_*.json
# still have these files on their disk.
lib/redirects/.redirects-cache*.json
# During the preview deploy untrusted user code may be cloned into this directory
# We ignore it from git to keep things deterministic