update .gitignore

This commit is contained in:
Mili 2022-09-01 23:36:30 +08:00
parent 0fa6d2332d
commit dfe4c17cbb
2 changed files with 2 additions and 6 deletions

2
.gitignore vendored
View File

@ -362,5 +362,5 @@ MigrationBackup/
# Fody - auto-generated XML schema # Fody - auto-generated XML schema
FodyWeavers.xsd FodyWeavers.xsd
#FunGame.Implement #FunGame.Core.Implement
FunGame.Core/Implement/*.cs FunGame.Core/Implement/*.cs

View File

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<TargetFramework>net6.0</TargetFramework> <TargetFramework>net6.0</TargetFramework>
@ -22,10 +22,6 @@
<DebugType>embedded</DebugType> <DebugType>embedded</DebugType>
</PropertyGroup> </PropertyGroup>
<ItemGroup>
<Folder Include="Implement\" />
</ItemGroup>
<ItemGroup> <ItemGroup>
<Reference Include="FunGame.Core.Api"> <Reference Include="FunGame.Core.Api">
<HintPath>..\..\FunGame\bin\Debug\net6.0\FunGame.Core.Api.dll</HintPath> <HintPath>..\..\FunGame\bin\Debug\net6.0\FunGame.Core.Api.dll</HintPath>