ignore csproj.user files.

add missing DailyLog.cs reference file to proj.
This commit is contained in:
chris.watts90@outlook.com 2017-02-14 21:03:02 +00:00
parent 21f87c9558
commit 1a130b464d
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@
**/.localhistory/* **/.localhistory/*
**/node_modules/* **/node_modules/*
**csproj.DotSettings **csproj.DotSettings
**.csproj.user

View File

@ -40,6 +40,7 @@
<Reference Include="System.Xml" /> <Reference Include="System.Xml" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Compile Include="DailyLogs.cs" />
<Compile Include="ILogger.cs" /> <Compile Include="ILogger.cs" />
<Compile Include="IRepository.cs" /> <Compile Include="IRepository.cs" />
<Compile Include="Identifier.cs" /> <Compile Include="Identifier.cs" />