2021-01-20 18:37:42 +03:00
|
|
|
.search-cache
|
2020-09-27 15:10:11 +03:00
|
|
|
.DS_Store
|
|
|
|
.env
|
2022-03-22 18:51:33 +03:00
|
|
|
.vscode/settings.json
|
2022-09-02 14:31:29 +03:00
|
|
|
.idea/
|
2020-11-09 22:07:04 +03:00
|
|
|
/node_modules/
|
2020-09-27 15:10:11 +03:00
|
|
|
npm-debug.log
|
2020-11-09 22:07:04 +03:00
|
|
|
coverage/
|
2020-11-10 23:28:44 +03:00
|
|
|
.linkinator
|
2020-11-11 09:58:16 +03:00
|
|
|
/assets/images/early-access
|
|
|
|
/content/early-access
|
|
|
|
/data/early-access
|
2022-08-10 22:05:46 +03:00
|
|
|
/script/dev-toc/static
|
2021-05-05 18:23:46 +03:00
|
|
|
.next
|
2021-07-15 19:41:25 +03:00
|
|
|
.eslintcache
|
2021-12-06 22:38:14 +03:00
|
|
|
*.tsbuildinfo
|
2023-01-09 19:57:56 +03:00
|
|
|
translations/
|
2023-02-23 00:15:52 +03:00
|
|
|
.node-version
|
2020-09-27 15:10:11 +03:00
|
|
|
|
|
|
|
# blc: broken link checker
|
|
|
|
blc_output.log
|
|
|
|
blc_output_internal.log
|
2020-11-16 21:07:53 +03:00
|
|
|
broken_links.md
|
2022-02-22 21:22:59 +03:00
|
|
|
# This one is purely for historical reasons because so many people might
|
2022-10-05 19:51:14 +03:00
|
|
|
# still have these files on their disk.
|
|
|
|
lib/redirects/.redirects-cache*.json
|
2022-02-10 23:14:40 +03:00
|
|
|
|
|
|
|
# During the preview deploy untrusted user code may be cloned into this directory
|
|
|
|
# We ignore it from git to keep things deterministic
|
|
|
|
user-code/
|
2022-10-18 00:47:21 +03:00
|
|
|
|
|
|
|
# Logs from scripts
|
|
|
|
script/logs/
|
2022-11-10 16:38:08 +03:00
|
|
|
external-link-checker-db.json
|
2023-03-07 22:24:50 +03:00
|
|
|
|
2023-03-11 00:22:51 +03:00
|
|
|
# Playwright related
|
|
|
|
/test-results/
|
|
|
|
/playwright-report/
|
|
|
|
/playwright/.cache/
|
|
|
|
|
2023-03-07 22:24:50 +03:00
|
|
|
# Automated content source
|
|
|
|
rest-api-description
|
2023-03-16 20:55:51 +03:00
|
|
|
semmle-code
|
2023-03-07 22:24:50 +03:00
|
|
|
|
2023-03-07 21:38:07 +03:00
|
|
|
.installed.package-lock.json
|