File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "$schema" : " https://context7.com/schema/context7.json" ,
3
+ "projectTitle" : " Angular" ,
4
+ "description" : " Angular is a web framework that empowers developers to build fast, reliable applications" ,
5
+ "folders" : [
6
+ " adev/src/content/guide/**" ,
7
+ " adev/src/content/ecosystem/**" ,
8
+ " adev/src/content/reference/errors" ,
9
+ " adev/src/content/reference/migrations" ,
10
+ " adev/src/content/reference/extended-diagnostics" ,
11
+ " adev/src/content/best-practices/**"
12
+ ],
13
+ "excludeFolders" : [
14
+ " third_party" ,
15
+ " integration" ,
16
+ " modules" ,
17
+ " goldens" ,
18
+ " contributing-docs" ,
19
+ " scripts" ,
20
+ " tools"
21
+ ],
22
+ "excludeFiles" : [
23
+ " CHANGELOG.md" ,
24
+ " CHANGELOG_ARCHIVE.md" ,
25
+ " CODE_OF_CONDUCT.md" ,
26
+ " CONTRIBUTING.md" ,
27
+ " LICENSE"
28
+ ]
29
+ }
You can’t perform that action at this time.
0 commit comments