1
0
mirror of synced 2025-12-30 03:01:36 -05:00
Files
docs/.gitignore
Evan Bonsignori 7b4429418b Migrate links check to JS pattern (#30175)
Co-authored-by: Sarah Schneider <sarahs@users.noreply.github.com>
Co-authored-by: Peter Bengtsson <peterbe@github.com>
2022-10-17 21:47:21 +00:00

32 lines
648 B
Plaintext

.search-cache
.DS_Store
.env
.vscode/settings.json
.idea/
/node_modules/
npm-debug.log
coverage/
.linkinator
/assets/images/early-access
/content/early-access
/data/early-access
/script/dev-toc/static
.next
.eslintcache
*.tsbuildinfo
# blc: broken link checker
blc_output.log
blc_output_internal.log
broken_links.md
# This one is purely for historical reasons because so many people might
# 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
user-code/
# Logs from scripts
script/logs/