忽略Data模块的指定文件夹

dev-0829
ccongli 1 year ago
parent 06ed53bcb6
commit eaa909691f

3
.gitignore vendored

@ -16,6 +16,9 @@
/vol-net6/VOL.System/obj
/vol-net6/VOL.System/bin
/vol-net6/VOL.WebApi/obj
/vol-net6/VOL.WebApi/obj/*
/vol-net6/VOL.WebApi/bin
/vol-net6/VOL.WebApi/Properties/PublishProfiles
/vol-net6/VOL.WebApi/Properties
/vol-net6/VOL.Data/obj
/vol-net6/VOL.Data/bin

@ -1,4 +0,0 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")]

@ -1,24 +0,0 @@
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: Microsoft.Extensions.Configuration.UserSecrets.UserSecretsIdAttribute("a3e3c6fb-4b7e-44a6-8dbe-5e5f11af4202")]
[assembly: System.Reflection.AssemblyCompanyAttribute("VOL.WebApi")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("VOL.WebApi")]
[assembly: System.Reflection.AssemblyTitleAttribute("VOL.WebApi")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// 由 MSBuild WriteCodeFragment 类生成。

@ -1,17 +0,0 @@
is_global = true
build_property.TargetFramework = net6.0
build_property.TargetPlatformMinVersion =
build_property.UsingMicrosoftNETSdkWeb = true
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = VOL.WebApi
build_property.RootNamespace = VOL.WebApi
build_property.ProjectDir = D:\website\net6\vol-yxsc\vol-net6\VOL.WebApi\
build_property.RazorLangVersion = 6.0
build_property.SupportLocalizedComponentNames =
build_property.GenerateRazorMetadataSourceChecksumAttributes =
build_property.MSBuildProjectDirectory = D:\website\net6\vol-yxsc\vol-net6\VOL.WebApi
build_property._RazorSourceGeneratorDebug =
Loading…
Cancel
Save