Update gitignore

This commit is contained in:
2018-02-12 19:07:46 -05:00
parent 9a7ec781c2
commit 45fd696404
2 changed files with 5 additions and 0 deletions

2
.gitignore vendored
View File

@@ -186,3 +186,5 @@ FakesAssemblies/
packages/* packages/*
*.nupkg *.nupkg
!packages/build/ !packages/build/
.vs/

View File

@@ -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.