Commit d7803198 authored by shRabbit's avatar shRabbit
Browse files

Clean committed build artifacts (.gitignore), bump dotnet-build to 1.0.2

parent 68939999
Loading
Loading
Loading
Loading
Loading

.gitignore

0 → 100644
+11 −0
Original line number Diff line number Diff line
# Build outputs
**/bin/
**/obj/
publish/

# IDE
.idea/
*.user
*.suo

# NuGet local cache.nuget/packages/
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ stages: # List of stages for jobs, and their order of execution
  - deploy

include:
  - component: $CI_SERVER_FQDN/pipelines/dotnet-build/[email protected].1
  - component: $CI_SERVER_FQDN/pipelines/dotnet-build/[email protected].2
    inputs:
      dotnet_version: "10.0"          # .NET SDK 版本(默认 8.0)
      solution_path: "TestV.sln"      # 你的解决方案路径
+0 −15
Original line number Diff line number Diff line
# 默认忽略的文件
/shelf/
/workspace.xml
# Rider 忽略的文件
/modules.xml
/.idea.TestV.iml
/projectSettingsUpdater.xml
/contentModel.xml
# 已忽略包含查询文件的默认文件夹
/queries/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml
# 基于编辑器的 HTTP 客户端请求
/httpRequests/
+0 −4
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="Encoding" addBOMForNewFiles="with BOM under Windows, with no BOM otherwise" />
</project>
 No newline at end of file
+0 −8
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="UserContentModel">
    <attachedFolders />
    <explicitIncludes />
    <explicitExcludes />
  </component>
</project>
 No newline at end of file
Loading