* .redirects-cache_en_ja.json should not be checked in * still ignore Co-authored-by: Mike Surowiec <mikesurowiec@users.noreply.github.com>
27 lines
598 B
Plaintext
27 lines
598 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
|
|
# This one is purely for historical reasons because so many people might
|
|
# still have thes 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
|
|
user-code/
|