mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
30 lines
754 B
JSON
30 lines
754 B
JSON
|
|
{
|
||
|
|
"$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"
|
||
|
|
]
|
||
|
|
}
|