Permalink
Cannot retrieve contributors at this time
49 lines (42 sloc)
989 Bytes
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
docs/.gitignore
Go to fileThis 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 | |
| .vscode/settings.json | |
| .idea/ | |
| /node_modules/ | |
| npm-debug.log | |
| coverage/ | |
| /assets/images/early-access | |
| /content/early-access | |
| /data/early-access | |
| /script/dev-toc/static | |
| .next | |
| .eslintcache | |
| *.tsbuildinfo | |
| /translations/ | |
| .node-version | |
| .linkinator/full.log | |
| # 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/ | |
| external-link-checker-db.json | |
| # Playwright related | |
| /test-results/ | |
| /playwright-report/ | |
| /playwright/.cache/ | |
| # Automated content source | |
| rest-api-description | |
| semmle-code | |
| .installed.package-lock.json | |
| assets/images/help/writing/unordered-list-rendered (1).png | |
| # Used by getRemoteJSON() | |
| .remotejson-cache/ |