mirror of
https://github.com/ckaczor/CreateInstallDescriptor.git
synced 2026-01-13 17:22:47 -05:00
Update gitignore
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -186,3 +186,5 @@ FakesAssemblies/
|
|||||||
packages/*
|
packages/*
|
||||||
*.nupkg
|
*.nupkg
|
||||||
!packages/build/
|
!packages/build/
|
||||||
|
|
||||||
|
.vs/
|
||||||
|
|||||||
@@ -56,6 +56,9 @@
|
|||||||
<Isolated>False</Isolated>
|
<Isolated>False</Isolated>
|
||||||
</COMReference>
|
</COMReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Content Include=".gitignore" />
|
||||||
|
</ItemGroup>
|
||||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||||
Other similar extension points exist, see Microsoft.Common.targets.
|
Other similar extension points exist, see Microsoft.Common.targets.
|
||||||
|
|||||||
Reference in New Issue
Block a user