forked from github/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
109 lines (74 loc) · 1.97 KB
/
.gitignore
File metadata and controls
109 lines (74 loc) · 1.97 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
# Test coverage reports
.coverage/
# macOS system files
.DS_Store
# Environment variables (contains secrets)
.env
# ESLint cache for faster linting
.eslintcache
# JetBrains IDE files
.idea/
# Tracks package-lock.json installation state
.installed.package-lock.json
# 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/