forked from angular/angular
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontext7.json
More file actions
29 lines (29 loc) · 754 Bytes
/
context7.json
File metadata and controls
29 lines (29 loc) · 754 Bytes
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
{
"$schema": "https://context7.com/schema/context7.json",
"projectTitle": "Angular",
"description": "Angular is a web framework that empowers developers to build fast, reliable applications",
"folders": [
"adev/src/content/guide/**",
"adev/src/content/ecosystem/**",
"adev/src/content/reference/errors",
"adev/src/content/reference/migrations",
"adev/src/content/reference/extended-diagnostics",
"adev/src/content/best-practices/**"
],
"excludeFolders": [
"third_party",
"integration",
"modules",
"goldens",
"contributing-docs",
"scripts",
"tools"
],
"excludeFiles": [
"CHANGELOG.md",
"CHANGELOG_ARCHIVE.md",
"CODE_OF_CONDUCT.md",
"CONTRIBUTING.md",
"LICENSE"
]
}