Permalink
Cannot retrieve contributors at this time
26 lines (24 sloc)
598 Bytes
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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/ |