From df0a1969319f9fb076560d9d0df97c15bf45f9cc Mon Sep 17 00:00:00 2001 From: LiuYan-xwx Date: Mon, 6 Oct 2025 15:41:52 +0800 Subject: [PATCH] Update .gitignore --- .gitignore | 430 +++++++++++++++++- Ink Canvas.sln.DotSettings.user | 6 - Ink Canvas/FodyWeavers.xsd | 176 ------- Ink Canvas/InkCanvasForClass.csproj.user | 6 - .../PublishProfiles/FolderProfile.pubxml | 13 - .../PublishProfiles/FolderProfile.pubxml.user | 6 - ...vasForClass.csproj.AssemblyReference.cache | Bin 38181 -> 0 bytes 7 files changed, 427 insertions(+), 210 deletions(-) delete mode 100644 Ink Canvas.sln.DotSettings.user delete mode 100644 Ink Canvas/FodyWeavers.xsd delete mode 100644 Ink Canvas/InkCanvasForClass.csproj.user delete mode 100644 Ink Canvas/Properties/PublishProfiles/FolderProfile.pubxml delete mode 100644 Ink Canvas/Properties/PublishProfiles/FolderProfile.pubxml.user delete mode 100644 Ink Canvas/obj/Debug/net472/InkCanvasForClass.csproj.AssemblyReference.cache diff --git a/.gitignore b/.gitignore index 2b9a7ea6..c4df8dfc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,428 @@ -obj/ -bin/ +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. +## +## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore + +# User-specific files +*.rsuser +*.suo +*.user +*.userosscache +*.sln.docstates +*.env + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Mono auto generated files +mono_crash.* + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ + +[Dd]ebug/x64/ +[Dd]ebugPublic/x64/ +[Rr]elease/x64/ +[Rr]eleases/x64/ +bin/x64/ +obj/x64/ + +[Dd]ebug/x86/ +[Dd]ebugPublic/x86/ +[Rr]elease/x86/ +[Rr]eleases/x86/ +bin/x86/ +obj/x86/ + +[Ww][Ii][Nn]32/ +[Aa][Rr][Mm]/ +[Aa][Rr][Mm]64/ +[Aa][Rr][Mm]64[Ee][Cc]/ +bld/ +[Oo]bj/ +[Oo]ut/ +[Ll]og/ +[Ll]ogs/ + +# Build results on 'Bin' directories +**/[Bb]in/* +# Uncomment if you have tasks that rely on *.refresh files to move binaries +# (https://github.com/github/gitignore/pull/3736) +#!**/[Bb]in/*.refresh + +# Visual Studio 2015/2017 cache/options directory .vs/ -/Ink Canvas/obj +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# Visual Studio 2017 auto generated files +Generated\ Files/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* +*.trx + +# NUnit +*.VisualState.xml +TestResult.xml +nunit-*.xml + +# Approval Tests result files +*.received.* + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# Benchmark Results +BenchmarkDotNet.Artifacts/ + +# .NET Core +project.lock.json +project.fragment.lock.json +artifacts/ + +# ASP.NET Scaffolding +ScaffoldingReadMe.txt + +# StyleCop +StyleCopReport.xml + +# Files built by Visual Studio +*_i.c +*_p.c +*_h.h +*.ilk +*.meta +*.obj +*.idb +*.iobj +*.pch +*.pdb +*.ipdb +*.pgc +*.pgd +*.rsp +# but not Directory.Build.rsp, as it configures directory-level build defaults +!Directory.Build.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*_wpftmp.csproj +*.log +*.tlog +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile +*.VC.db +*.VC.VC.opendb + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# Visual Studio Trace Files +*.e2e + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# AxoCover is a Code Coverage Tool +.axoCover/* +!.axoCover/settings.json + +# Coverlet is a free, cross platform Code Coverage Tool +coverage*.json +coverage*.xml +coverage*.info + +# Visual Studio code coverage results +*.coverage +*.coveragexml + +# NCrunch +_NCrunch_* +.NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# Note: Comment the next line if you want to checkin your web deploy settings, +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted +PublishScripts/ + +# NuGet Packages +*.nupkg +# NuGet Symbol Packages +*.snupkg +# The packages folder can be ignored because of Package Restore +**/[Pp]ackages/* +# except build/, which is used as an MSBuild target. +!**/[Pp]ackages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/[Pp]ackages/repositories.config +# NuGet v3's project.json files produces more ignorable files +*.nuget.props +*.nuget.targets + +# Microsoft Azure Build Output +csx/ +*.build.csdef + +# Microsoft Azure Emulator +ecf/ +rcf/ + +# Windows Store app package directories and files +AppPackages/ +BundleArtifacts/ +Package.StoreAssociation.xml +_pkginfo.txt +*.appx +*.appxbundle +*.appxupload + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!?*.[Cc]ache/ + +# Others +ClientBin/ +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.jfm +*.pfx +*.publishsettings +orleans.codegen.cs + +# Including strong name files can present a security risk +# (https://github.com/github/gitignore/pull/2483#issue-259490424) +#*.snk + +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) +#bower_components/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm +ServiceFabricBackup/ +*.rptproj.bak + +# SQL Server files +*.mdf +*.ldf +*.ndf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings +*.rptproj.rsuser +*- [Bb]ackup.rdl +*- [Bb]ackup ([0-9]).rdl +*- [Bb]ackup ([0-9][0-9]).rdl + +# Microsoft Fakes +FakesAssemblies/ + +# GhostDoc plugin setting file +*.GhostDoc.xml + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat +node_modules/ + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) +*.vbw + +# Visual Studio 6 workspace and project file (working project files containing files to include in project) +*.dsw +*.dsp + +# Visual Studio 6 technical files +*.ncb +*.aps + +# Visual Studio LightSwitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions + +# Paket dependency manager +**/.paket/paket.exe +paket-files/ + +# FAKE - F# Make +**/.fake/ + +# CodeRush personal settings +**/.cr/personal + +# Python Tools for Visual Studio (PTVS) +**/__pycache__/ +*.pyc + +# Cake - Uncomment if you are using it +#tools/** +#!tools/packages.config + +# Tabs Studio +*.tss + +# Telerik's JustMock configuration file +*.jmconfig + +# BizTalk build output +*.btp.cs +*.btm.cs +*.odx.cs +*.xsd.cs + +# OpenCover UI analysis results +OpenCover/ + +# Azure Stream Analytics local run output +ASALocalRun/ + +# MSBuild Binary and Structured Log +*.binlog +MSBuild_Logs/ + +# AWS SAM Build and Temporary Artifacts folder +.aws-sam + +# NVidia Nsight GPU debugger configuration file +*.nvuser + +# MFractors (Xamarin productivity tool) working folder +**/.mfractor/ + +# Local History for Visual Studio +**/.localhistory/ + +# Visual Studio History (VSHistory) files +.vshistory/ + +# BeatPulse healthcheck temp database +healthchecksdb + +# Backup folder for Package Reference Convert tool in Visual Studio 2017 +MigrationBackup/ + +# Ionide (cross platform F# VS Code tools) working folder +**/.ionide/ + +# Fody - auto-generated XML schema +FodyWeavers.xsd + +# VS Code files for those working on multiple tools +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +!.vscode/*.code-snippets + +# Local History for Visual Studio Code +.history/ + +# Built Visual Studio Code Extensions +*.vsix + +# Windows Installer files from build outputs +*.cab +*.msi +*.msix +*.msm +*.msp \ No newline at end of file diff --git a/Ink Canvas.sln.DotSettings.user b/Ink Canvas.sln.DotSettings.user deleted file mode 100644 index 21fc1f49..00000000 --- a/Ink Canvas.sln.DotSettings.user +++ /dev/null @@ -1,6 +0,0 @@ - - WARNING - C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\amd64\MSBuild.exe - 1114112 - True - True \ No newline at end of file diff --git a/Ink Canvas/FodyWeavers.xsd b/Ink Canvas/FodyWeavers.xsd deleted file mode 100644 index f2dbece7..00000000 --- a/Ink Canvas/FodyWeavers.xsd +++ /dev/null @@ -1,176 +0,0 @@ - - - - - - - - - - - - A list of assembly names to exclude from the default action of "embed all Copy Local references", delimited with line breaks - - - - - A list of assembly names to include from the default action of "embed all Copy Local references", delimited with line breaks. - - - - - A list of runtime assembly names to exclude from the default action of "embed all Copy Local references", delimited with line breaks - - - - - A list of runtime assembly names to include from the default action of "embed all Copy Local references", delimited with line breaks. - - - - - Obsolete, use UnmanagedWinX86Assemblies instead - - - - - A list of unmanaged X86 (32 bit) assembly names to include, delimited with line breaks. - - - - - Obsolete, use UnmanagedWinX64Assemblies instead. - - - - - A list of unmanaged X64 (64 bit) assembly names to include, delimited with line breaks. - - - - - A list of unmanaged Arm64 (64 bit) assembly names to include, delimited with line breaks. - - - - - The order of preloaded assemblies, delimited with line breaks. - - - - - - This will copy embedded files to disk before loading them into memory. This is helpful for some scenarios that expected an assembly to be loaded from a physical file. - - - - - Controls if .pdbs for reference assemblies are also embedded. - - - - - Controls if runtime assemblies are also embedded. - - - - - Controls whether the runtime assemblies are embedded with their full path or only with their assembly name. - - - - - Embedded assemblies are compressed by default, and uncompressed when they are loaded. You can turn compression off with this option. - - - - - As part of Costura, embedded assemblies are no longer included as part of the build. This cleanup can be turned off. - - - - - The attach method no longer subscribes to the `AppDomain.AssemblyResolve` (.NET 4.x) and `AssemblyLoadContext.Resolving` (.NET 6.0+) events. - - - - - Costura by default will load as part of the module initialization. This flag disables that behavior. Make sure you call CosturaUtility.Initialize() somewhere in your code. - - - - - Costura will by default use assemblies with a name like 'resources.dll' as a satellite resource and prepend the output path. This flag disables that behavior. - - - - - A list of assembly names to exclude from the default action of "embed all Copy Local references", delimited with | - - - - - A list of assembly names to include from the default action of "embed all Copy Local references", delimited with |. - - - - - A list of runtime assembly names to exclude from the default action of "embed all Copy Local references", delimited with | - - - - - A list of runtime assembly names to include from the default action of "embed all Copy Local references", delimited with |. - - - - - Obsolete, use UnmanagedWinX86Assemblies instead - - - - - A list of unmanaged X86 (32 bit) assembly names to include, delimited with |. - - - - - Obsolete, use UnmanagedWinX64Assemblies instead - - - - - A list of unmanaged X64 (64 bit) assembly names to include, delimited with |. - - - - - A list of unmanaged Arm64 (64 bit) assembly names to include, delimited with |. - - - - - The order of preloaded assemblies, delimited with |. - - - - - - - - 'true' to run assembly verification (PEVerify) on the target assembly after all weavers have been executed. - - - - - A comma-separated list of error codes that can be safely ignored in assembly verification. - - - - - 'false' to turn off automatic generation of the XML Schema file. - - - - - \ No newline at end of file diff --git a/Ink Canvas/InkCanvasForClass.csproj.user b/Ink Canvas/InkCanvasForClass.csproj.user deleted file mode 100644 index 92ed6d11..00000000 --- a/Ink Canvas/InkCanvasForClass.csproj.user +++ /dev/null @@ -1,6 +0,0 @@ - - - - <_LastSelectedProfileId>D:\vs\ica\Ink Canvas\Properties\PublishProfiles\FolderProfile.pubxml - - \ No newline at end of file diff --git a/Ink Canvas/Properties/PublishProfiles/FolderProfile.pubxml b/Ink Canvas/Properties/PublishProfiles/FolderProfile.pubxml deleted file mode 100644 index c0035a49..00000000 --- a/Ink Canvas/Properties/PublishProfiles/FolderProfile.pubxml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - Release - Any CPU - dist\ - FileSystem - <_TargetId>Folder - - \ No newline at end of file diff --git a/Ink Canvas/Properties/PublishProfiles/FolderProfile.pubxml.user b/Ink Canvas/Properties/PublishProfiles/FolderProfile.pubxml.user deleted file mode 100644 index e9ea52ed..00000000 --- a/Ink Canvas/Properties/PublishProfiles/FolderProfile.pubxml.user +++ /dev/null @@ -1,6 +0,0 @@ - - - - diff --git a/Ink Canvas/obj/Debug/net472/InkCanvasForClass.csproj.AssemblyReference.cache b/Ink Canvas/obj/Debug/net472/InkCanvasForClass.csproj.AssemblyReference.cache deleted file mode 100644 index 57d842b8b7d92d5308ee26301638a87ff9085d80..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 38181 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 Hc2fKomB@jJ