Skip to content

Commit 2908487

Browse files
committed
include .gitignore
1 parent 62f558e commit 2908487

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.nuget/.template_config/template.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,9 @@
2121
{
2222
"modifiers": [
2323
{
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/**" ]
3125
}
3226
]
3327
}
3428
]
35-
}
29+
}

.nuget/pack.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<IncludeBuildOutput>false</IncludeBuildOutput>
1414
<ContentTargetFolders>content</ContentTargetFolders>
1515
<EnableDefaultItems>false</EnableDefaultItems>
16+
<NoDefaultExcludes>true</NoDefaultExcludes>
1617
</PropertyGroup>
1718

1819
<PropertyGroup>
@@ -26,7 +27,6 @@
2627

2728
<ItemGroup>
2829
<Content Include="templates\**\*" Exclude="templates\**\bin\**;templates\**\obj\**" />
29-
<Content Remove="templates\tools\**\*" />
3030
<Compile Remove="**\*" />
3131
</ItemGroup>
3232

0 commit comments

Comments
 (0)