* experimenting with redirects * cleanup developer.json * wip * clean console.log * progress * some progress * progress * much progress * debugging tests * hacky progress * ditch latest -> number redirects * minor * hacky progress * lots of progress * some small fixes * fix rendering tests * small fixes * progress * undo debugging * better * routing tests OK * more cleaning * unit tests * undoing lineending edit * undoing temporary debugging * don't ever set this.redirects on Page * cope with archived version redirects * adding code comments on the major if statements * address all feedback * update README about redirects * delete invalid test * fix feedback
24 lines
448 B
Plaintext
24 lines
448 B
Plaintext
.search-cache
|
|
.DS_Store
|
|
.env
|
|
/node_modules/
|
|
npm-debug.log
|
|
coverage/
|
|
.linkinator
|
|
/assets/images/early-access
|
|
/content/early-access
|
|
/data/early-access
|
|
.next
|
|
.eslintcache
|
|
*.tsbuildinfo
|
|
|
|
# blc: broken link checker
|
|
blc_output.log
|
|
blc_output_internal.log
|
|
broken_links.md
|
|
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
|
|
user-code/
|