forked from github/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
40 lines (34 loc) · 786 Bytes
/
.gitignore
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
.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
translations/
.node-version
# 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
# Automated content source
rest-api-description
.installed.package-lock.json