109 lines
1.9 KiB
Plaintext
109 lines
1.9 KiB
Plaintext
# Test coverage reports
|
|
.coverage/
|
|
|
|
# macOS system files
|
|
.DS_Store
|
|
|
|
# Environment variables (contains secrets)
|
|
.env
|
|
|
|
# ESLint cache for faster linting
|
|
.eslintcache
|
|
|
|
# JetBrains IDE files
|
|
.idea/
|
|
|
|
|
|
|
|
# Linkinator full site link check results
|
|
.linkinator/
|
|
|
|
# Next.js build output
|
|
.next/
|
|
|
|
# Node.js version specification
|
|
.node-version
|
|
|
|
# Precomputed page info cache (brotli compressed)
|
|
.pageinfo-cache.json.br
|
|
|
|
# getRemoteJSON() disk cache for archived content
|
|
.remotejson-cache/
|
|
|
|
# VS Code workspace settings
|
|
.vscode/settings.json
|
|
|
|
# TypeScript incremental build info
|
|
*.tsbuildinfo
|
|
|
|
# Accidentally committed file that should be ignored
|
|
assets/images/help/writing/unordered-list-rendered (1).png
|
|
|
|
# Old broken link checker output
|
|
blc_output.log
|
|
|
|
# Old internal broken link checker output
|
|
blc_output_internal.log
|
|
|
|
# Old broken links report
|
|
broken_links.md
|
|
|
|
# Directories from the docs-early-access repo. Used for symlinks in local docs-internal checkouts. Don't add trailing slashes.
|
|
content/early-access
|
|
data/early-access
|
|
assets/images/early-access
|
|
|
|
# Test coverage reports
|
|
coverage/
|
|
|
|
# Cloned for Elasticsearch indexing data
|
|
docs-internal-data/
|
|
|
|
# External link checker cache database
|
|
external-link-checker-db.json
|
|
|
|
# Historical redirects cache (legacy)
|
|
lib/redirects/.redirects-cache*.json
|
|
|
|
# Script execution logs
|
|
logs/
|
|
|
|
# GitHub Models API descriptions
|
|
models-gateway/
|
|
|
|
# Next.js TypeScript environment definitions
|
|
next-env.d.ts
|
|
|
|
# Node.js dependencies
|
|
node_modules/
|
|
|
|
# Background process output
|
|
nohup.out
|
|
|
|
# NPM debug logs
|
|
npm-debug.log
|
|
|
|
# Playwright test reports
|
|
playwright-report/
|
|
|
|
# Playwright browser cache
|
|
playwright/.cache/
|
|
|
|
# REST API OpenAPI descriptions
|
|
rest-api-description/
|
|
|
|
# CodeQL CLI documentation source
|
|
semmle-code/
|
|
|
|
# Development table of contents static HTML files
|
|
src/dev-toc/static/
|
|
|
|
# Playwright test result artifacts
|
|
test-results/
|
|
|
|
# Temporary data files
|
|
tmp/
|
|
|
|
# Localized content from translation repositories
|
|
translations/
|