forked from PawelGerr/Thinktecture.Runtime.Extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontext7.json
More file actions
39 lines (39 loc) · 934 Bytes
/
context7.json
File metadata and controls
39 lines (39 loc) · 934 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
30
31
32
33
34
35
36
37
38
39
{
"$schema": "https://context7.com/schema/context7.json",
"projectTitle": "Thinktecture Runtime Extensions",
"description": "Provides an easy way to implement Smart Enums, Value Objects and Discriminated Unions in .NET",
"folders": [],
"excludeFolders": [
"src",
"test",
".github",
"version-7",
"version-8",
"docs/version-7",
"docs/version-8",
"__wiki__/version-7",
"__wiki__/version-8",
".git",
".vs",
".idea",
"test-results"
],
"excludeFiles": [
"LICENSE.md",
"version-7*",
"Version-7*",
"version-8*",
"Version-8*",
"Directory.Packages.props",
"Directory.Build.props",
"global.json",
"NuGet.config",
".gitignore",
".gitattributes",
".editorconfig",
"Thinktecture.Runtime.Extensions.sln.DotSettings",
"Thinktecture.Runtime.Extensions.AspNetCore.Samples_demo.json"
],
"previousVersions": [],
"rules": []
}