angular/context7.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

30 lines
754 B
JSON
Raw Normal View History

{
"$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"
]
}