Add .gitignore

This commit is contained in:
2026-01-07 22:43:55 +08:00
parent 794fb22492
commit 3a59dd1839
13 changed files with 31 additions and 12 deletions

22
.gitignore vendored Normal file
View File

@@ -0,0 +1,22 @@
## Build results
[Dd]ebug/
[Rr]elease/
x64/
x86/
bin/
obj/
## Visual Studio cache and settings
.vs/
*.user
*.suo
*.userosscache
*.sln.docstates
## Testing results
TestResults/
## NuGet Packages
packages/
*.zip

View File

@@ -1,7 +1,6 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -14,7 +13,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("SortingModel")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+794fb22492d3ec9cacca6bd5ab736e932068cfb6")]
[assembly: System.Reflection.AssemblyProductAttribute("SortingModel")]
[assembly: System.Reflection.AssemblyTitleAttribute("SortingModel")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]

View File

@@ -1 +1 @@
dc652377e9438ba2e74a772c54f8e01379c26b15c16d0543bd69c0aab4644e96
31664e0cd50bf062d779206ef68b1718d83f5dee77b1aad6425502ef29c73a60

View File

@@ -1,6 +1,6 @@
{
"version": 2,
"dgSpecHash": "pJiHe3Ct/Ps=",
"dgSpecHash": "DsBRtegvCBQ=",
"success": true,
"projectFilePath": "C:\\Users\\Jesus\\source\\repos\\TextSort\\Sorting\\SortingModel.csproj",
"expectedPackageFiles": [],

View File

@@ -1,7 +1,6 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -14,7 +13,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Testing")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+794fb22492d3ec9cacca6bd5ab736e932068cfb6")]
[assembly: System.Reflection.AssemblyProductAttribute("Testing")]
[assembly: System.Reflection.AssemblyTitleAttribute("Testing")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]

View File

@@ -1 +1 @@
26d4153ad0caef2bedf4030767439e5dab5268634d1a578ec52e5b56e2fca6c9
af89e43e9d7a76aaf0ef16a57d96027570217c581fcb219c1652b82ae21ff13a

View File

@@ -1,6 +1,6 @@
{
"version": 2,
"dgSpecHash": "ETfShsSmhJI=",
"dgSpecHash": "WXKVUjVjCQk=",
"success": true,
"projectFilePath": "C:\\Users\\Jesus\\source\\repos\\TextSort\\Testing\\Testing.csproj",
"expectedPackageFiles": [

View File

@@ -1,7 +1,6 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -14,7 +13,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("TextSortWindow")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+794fb22492d3ec9cacca6bd5ab736e932068cfb6")]
[assembly: System.Reflection.AssemblyProductAttribute("TextSortWindow")]
[assembly: System.Reflection.AssemblyTitleAttribute("TextSortWindow")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]

View File

@@ -1 +1 @@
cecc30619a5ddc7838cf629383d913fae7ed69aa20e2f50fde0e506f68498bf8
16be56ac8fa2fe3a9ae27a9728bc4c25ace98e09916e5c4917ea603c05d9ae9d

View File

@@ -1,6 +1,6 @@
{
"version": 2,
"dgSpecHash": "Hzkfrnl4Cqc=",
"dgSpecHash": "8wYWUQ0z9sw=",
"success": true,
"projectFilePath": "C:\\Users\\Jesus\\source\\repos\\TextSort\\TextSort\\TextSortWindow.csproj",
"expectedPackageFiles": [],