-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtemplate.json
More file actions
48 lines (48 loc) · 1.02 KB
/
template.json
File metadata and controls
48 lines (48 loc) · 1.02 KB
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
40
41
42
43
44
45
46
47
48
{
"TemplateList": {
"Entity": {
"onlyTpl": true,
"Projects": [
"_company_._project_.Entity"
]
},
"DAL": {
"onlyTpl": true,
"Projects": [
"_company_._project_.DAL.{Database}",
"_company_._project_.DAL"
]
},
"BLL": {
"onlyTpl": true,
"Projects": [
"_company_._project_.BLL"
]
},
"All": {
"onlyTpl": false,
"Projects": [
"_company_._project_.AdminWeb",
"_company_._project_.AutoJob",
"_company_._project_.BLL",
"_company_._project_.ConsoleDemo",
"_company_._project_.DAL",
"_company_._project_.DAL.{Database}",
"_company_._project_.Demo",
"_company_._project_.Entity",
"_company_._project_.Service",
"_company_._project_.Web",
"ZSN.Utils.Core",
".gitattributes",
".gitignore",
"_project_.sln"
]
}
},
"IgnoredTable": [
"log_level",
"log_record",
"log_type",
"log_type_class"
]
}