1
0
mirror of synced 2026-01-06 15:01:04 -05:00
Files
docs/.gitignore
Peter Bengtsson 07c8fc3c2a Decouple redirects from language (#24597)
* 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
2022-02-14 20:19:10 +00:00

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/