File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 21
21
{
22
22
"modifiers" : [
23
23
{
24
- "exclude" : [ " src/.vs/**" , " .template_config/**" ],
25
- "include" : [
26
- " VisualStudio.gitignore"
27
- ],
28
- "rename" : {
29
- "VisualStudio.gitignore" : " .gitignore"
30
- }
24
+ "exclude" : [ " src/.vs/**" , " .template_config/**" ]
31
25
}
32
26
]
33
27
}
34
28
]
35
- }
29
+ }
Original file line number Diff line number Diff line change 13
13
<IncludeBuildOutput >false</IncludeBuildOutput >
14
14
<ContentTargetFolders >content</ContentTargetFolders >
15
15
<EnableDefaultItems >false</EnableDefaultItems >
16
+ <NoDefaultExcludes >true</NoDefaultExcludes >
16
17
</PropertyGroup >
17
18
18
19
<PropertyGroup >
26
27
27
28
<ItemGroup >
28
29
<Content Include =" templates\**\*" Exclude =" templates\**\bin\**;templates\**\obj\**" />
29
- <Content Remove =" templates\tools\**\*" />
30
30
<Compile Remove =" **\*" />
31
31
</ItemGroup >
32
32
You can’t perform that action at this time.
0 commit comments