From 3648b92b8cf2db187f7b7768b8fbe1909e6f94f8 Mon Sep 17 00:00:00 2001 From: Abelfreyja <96177659+Abelfreyja@users.noreply.github.com> Date: Fri, 22 Aug 2025 20:52:47 +0900 Subject: [PATCH] fix gitignore.. --- .gitignore | 353 +++++++++++++++++- .../net8.0/LightlessSync.API.AssemblyInfo.cs | 2 +- ...LightlessSync.API.AssemblyInfoInputs.cache | 2 +- ....GeneratedMSBuildEditorConfig.editorconfig | 2 +- .../net8.0/LightlessSync.API.assets.cache | Bin 1079 -> 1024 bytes ...essSync.API.csproj.AssemblyReference.cache | Bin 599 -> 595 bytes ...LightlessSync.API.csproj.nuget.dgspec.json | 16 +- .../LightlessSync.API.csproj.nuget.g.props | 6 +- LightlessSyncAPI/obj/project.assets.json | 16 +- LightlessSyncAPI/obj/project.nuget.cache | 6 +- 10 files changed, 374 insertions(+), 29 deletions(-) diff --git a/.gitignore b/.gitignore index 0b1b242..9f298ec 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,350 @@ -################################################################################ -# This .gitignore file was automatically created by Microsoft(R) Visual Studio. -################################################################################ +## 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/master/VisualStudio.gitignore -/MareSynchronosAPI/.vs/MareSynchronosAPI +# User-specific files +*.rsuser +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Mono auto generated files +mono_crash.* + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +[Aa][Rr][Mm]/ +[Aa][Rr][Mm]64/ +bld/ +[Bb]in/ +[Oo]bj/ +[Ll]og/ +[Ll]ogs/ + +# Visual Studio 2015/2017 cache/options directory +.vs/ +# 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.* + +# NUnit +*.VisualState.xml +TestResult.xml +nunit-*.xml + +# 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/ + +# StyleCop +StyleCopReport.xml + +# Files built by Visual Studio +*_i.c +*_p.c +*_h.h +*.ilk +*.meta +*.obj +*.iobj +*.pch +*.pdb +*.ipdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*_wpftmp.csproj +*.log +*.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 + +# Visual Studio code coverage results +*.coverage +*.coveragexml + +# 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 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 + +# NVidia Nsight GPU debugger configuration file +*.nvuser + +# MFractors (Xamarin productivity tool) working folder +.mfractor/ + +# Local History for Visual Studio +.localhistory/ + +# 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/ \ No newline at end of file diff --git a/LightlessSyncAPI/obj/Debug/net8.0/LightlessSync.API.AssemblyInfo.cs b/LightlessSyncAPI/obj/Debug/net8.0/LightlessSync.API.AssemblyInfo.cs index 04b6567..17a32ae 100644 --- a/LightlessSyncAPI/obj/Debug/net8.0/LightlessSync.API.AssemblyInfo.cs +++ b/LightlessSyncAPI/obj/Debug/net8.0/LightlessSync.API.AssemblyInfo.cs @@ -14,7 +14,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("LightlessSync.API")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+38cae9bdf8b5a9dc67a924af0b85750ee1cf5182")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+73ecaf1e3e964a81f29daf4b5a64583d00dc1b34")] [assembly: System.Reflection.AssemblyProductAttribute("LightlessSync.API")] [assembly: System.Reflection.AssemblyTitleAttribute("LightlessSync.API")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/LightlessSyncAPI/obj/Debug/net8.0/LightlessSync.API.AssemblyInfoInputs.cache b/LightlessSyncAPI/obj/Debug/net8.0/LightlessSync.API.AssemblyInfoInputs.cache index 7d40732..33b48e2 100644 --- a/LightlessSyncAPI/obj/Debug/net8.0/LightlessSync.API.AssemblyInfoInputs.cache +++ b/LightlessSyncAPI/obj/Debug/net8.0/LightlessSync.API.AssemblyInfoInputs.cache @@ -1 +1 @@ -d7978da7783597a936d105ab0a1530bc46639af1215e27e49a0889eac4dcb719 +866a8c47d98e4389e1aa9a6336d28549fce229f5e54279db6199fedf63630c53 diff --git a/LightlessSyncAPI/obj/Debug/net8.0/LightlessSync.API.GeneratedMSBuildEditorConfig.editorconfig b/LightlessSyncAPI/obj/Debug/net8.0/LightlessSync.API.GeneratedMSBuildEditorConfig.editorconfig index 3cd6907..07d7f1d 100644 --- a/LightlessSyncAPI/obj/Debug/net8.0/LightlessSync.API.GeneratedMSBuildEditorConfig.editorconfig +++ b/LightlessSyncAPI/obj/Debug/net8.0/LightlessSync.API.GeneratedMSBuildEditorConfig.editorconfig @@ -8,7 +8,7 @@ build_property.PlatformNeutralAssembly = build_property.EnforceExtendedAnalyzerRules = build_property._SupportedPlatformList = Linux,macOS,Windows build_property.RootNamespace = LightlessSync.API -build_property.ProjectDir = D:\Coding\Lightless Sync\LightlessAPI\LightlessSyncAPI\ +build_property.ProjectDir = C:\Users\zay\source\repos\LightlessClient\LightlessAPI\LightlessSyncAPI\ build_property.EnableComHosting = build_property.EnableGeneratedComInterfaceComImportInterop = build_property.EffectiveAnalysisLevelStyle = 8.0 diff --git a/LightlessSyncAPI/obj/Debug/net8.0/LightlessSync.API.assets.cache b/LightlessSyncAPI/obj/Debug/net8.0/LightlessSync.API.assets.cache index 6c10d5b4384ed8934c535cd5f702c4fe79a74681..9df7653667b38d9eae862b9d2357c7f33d9ae39c 100644 GIT binary patch delta 213 zcmdna(ZJyv;O*|n!@$5WOFryH@b61?-*?-XSx7K7#GQ@|l{r?X7j;dHUm@D{;Z7!? zA}C-4(wWXyF`>n&Ma3~yiItNBnPMj{SrjCTEEuDgSDKz$5>t?voSm4SS{wt?E#+Yq z6BZmF?BN*X>JsBu>YiE>0F?(xV>3BwvNDrAFN%Ge1DPTjd99Fb13E!(@^j_@03h~5 AhX4Qo delta 252 zcmZqR*v{b|;O*|n!@$6BXW8Z+>2vBL**Yur-@fHN@upMueZ%QypSm#N_J8tQ&%a{= zDuMz=Af4@O6%$&VT2vg9lbWBGK3Rq-cH*K%{PJkRfsCT@?m)4CqWtut#9Rfp%$(F> z1yv)93JWt;Bg+`y%;ci{;{3D{g|N)x(!?Bv;F8jm%>0<(jKreUlo-EK_tcVr#N_P6 l^weUI?bxl3n*4!Lo*&Ign`M|H8ToC{93;b}H+chd005jPRQmt` diff --git a/LightlessSyncAPI/obj/Debug/net8.0/LightlessSync.API.csproj.AssemblyReference.cache b/LightlessSyncAPI/obj/Debug/net8.0/LightlessSync.API.csproj.AssemblyReference.cache index 3beb87c126bd6bdcc8155213bdabf50e0aa12ab3..9537acee46f385a2acf8d4f76be920940626aa37 100644 GIT binary patch delta 54 zcmcc4a+yVhjggUofq^m8*(xTqIJKxarYf;=qSzYI!nDksR4aXbeP=6uu!KHPV&ly^ FMgXU%5nccQ delta 58 zcmcc2a-BttjggUofq^mG*(xTqIJKxaCMPvNFMXoO8u8+^%$!s!eSLjrD}At(K3Hnw H)jCE1@gWl8 diff --git a/LightlessSyncAPI/obj/LightlessSync.API.csproj.nuget.dgspec.json b/LightlessSyncAPI/obj/LightlessSync.API.csproj.nuget.dgspec.json index 0f82ffc..69848e6 100644 --- a/LightlessSyncAPI/obj/LightlessSync.API.csproj.nuget.dgspec.json +++ b/LightlessSyncAPI/obj/LightlessSync.API.csproj.nuget.dgspec.json @@ -1,23 +1,23 @@ { "format": 1, "restore": { - "D:\\Coding\\Lightless Sync\\LightlessAPI\\LightlessSyncAPI\\LightlessSync.API.csproj": {} + "C:\\Users\\zay\\source\\repos\\LightlessClient\\LightlessAPI\\LightlessSyncAPI\\LightlessSync.API.csproj": {} }, "projects": { - "D:\\Coding\\Lightless Sync\\LightlessAPI\\LightlessSyncAPI\\LightlessSync.API.csproj": { + "C:\\Users\\zay\\source\\repos\\LightlessClient\\LightlessAPI\\LightlessSyncAPI\\LightlessSync.API.csproj": { "version": "1.0.0", "restore": { - "projectUniqueName": "D:\\Coding\\Lightless Sync\\LightlessAPI\\LightlessSyncAPI\\LightlessSync.API.csproj", + "projectUniqueName": "C:\\Users\\zay\\source\\repos\\LightlessClient\\LightlessAPI\\LightlessSyncAPI\\LightlessSync.API.csproj", "projectName": "LightlessSync.API", - "projectPath": "D:\\Coding\\Lightless Sync\\LightlessAPI\\LightlessSyncAPI\\LightlessSync.API.csproj", - "packagesPath": "C:\\Users\\leong\\.nuget\\packages\\", - "outputPath": "D:\\Coding\\Lightless Sync\\LightlessAPI\\LightlessSyncAPI\\obj\\", + "projectPath": "C:\\Users\\zay\\source\\repos\\LightlessClient\\LightlessAPI\\LightlessSyncAPI\\LightlessSync.API.csproj", + "packagesPath": "C:\\Users\\zay\\.nuget\\packages\\", + "outputPath": "C:\\Users\\zay\\source\\repos\\LightlessClient\\LightlessAPI\\LightlessSyncAPI\\obj\\", "projectStyle": "PackageReference", "fallbackFolders": [ - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + "H:\\VS_SHARED\\NuGetPackages" ], "configFilePaths": [ - "C:\\Users\\leong\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Users\\zay\\AppData\\Roaming\\NuGet\\NuGet.Config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" ], diff --git a/LightlessSyncAPI/obj/LightlessSync.API.csproj.nuget.g.props b/LightlessSyncAPI/obj/LightlessSync.API.csproj.nuget.g.props index 998e392..4c28eef 100644 --- a/LightlessSyncAPI/obj/LightlessSync.API.csproj.nuget.g.props +++ b/LightlessSyncAPI/obj/LightlessSync.API.csproj.nuget.g.props @@ -5,12 +5,12 @@ NuGet $(MSBuildThisFileDirectory)project.assets.json $(UserProfile)\.nuget\packages\ - C:\Users\leong\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages + C:\Users\zay\.nuget\packages\;H:\VS_SHARED\NuGetPackages PackageReference 6.14.1 - - + + \ No newline at end of file diff --git a/LightlessSyncAPI/obj/project.assets.json b/LightlessSyncAPI/obj/project.assets.json index e2b3b1d..28dec76 100644 --- a/LightlessSyncAPI/obj/project.assets.json +++ b/LightlessSyncAPI/obj/project.assets.json @@ -38,23 +38,23 @@ ] }, "packageFolders": { - "C:\\Users\\leong\\.nuget\\packages\\": {}, - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {} + "C:\\Users\\zay\\.nuget\\packages\\": {}, + "H:\\VS_SHARED\\NuGetPackages": {} }, "project": { "version": "1.0.0", "restore": { - "projectUniqueName": "D:\\Coding\\Lightless Sync\\LightlessAPI\\LightlessSyncAPI\\LightlessSync.API.csproj", + "projectUniqueName": "C:\\Users\\zay\\source\\repos\\LightlessClient\\LightlessAPI\\LightlessSyncAPI\\LightlessSync.API.csproj", "projectName": "LightlessSync.API", - "projectPath": "D:\\Coding\\Lightless Sync\\LightlessAPI\\LightlessSyncAPI\\LightlessSync.API.csproj", - "packagesPath": "C:\\Users\\leong\\.nuget\\packages\\", - "outputPath": "D:\\Coding\\Lightless Sync\\LightlessAPI\\LightlessSyncAPI\\obj\\", + "projectPath": "C:\\Users\\zay\\source\\repos\\LightlessClient\\LightlessAPI\\LightlessSyncAPI\\LightlessSync.API.csproj", + "packagesPath": "C:\\Users\\zay\\.nuget\\packages\\", + "outputPath": "C:\\Users\\zay\\source\\repos\\LightlessClient\\LightlessAPI\\LightlessSyncAPI\\obj\\", "projectStyle": "PackageReference", "fallbackFolders": [ - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + "H:\\VS_SHARED\\NuGetPackages" ], "configFilePaths": [ - "C:\\Users\\leong\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Users\\zay\\AppData\\Roaming\\NuGet\\NuGet.Config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" ], diff --git a/LightlessSyncAPI/obj/project.nuget.cache b/LightlessSyncAPI/obj/project.nuget.cache index a14fbf4..6e52f8c 100644 --- a/LightlessSyncAPI/obj/project.nuget.cache +++ b/LightlessSyncAPI/obj/project.nuget.cache @@ -1,10 +1,10 @@ { "version": 2, - "dgSpecHash": "HQ1DiBt5G5o=", + "dgSpecHash": "D5Gh5aZ0BzI=", "success": true, - "projectFilePath": "D:\\Coding\\Lightless Sync\\LightlessAPI\\LightlessSyncAPI\\LightlessSync.API.csproj", + "projectFilePath": "C:\\Users\\zay\\source\\repos\\LightlessClient\\LightlessAPI\\LightlessSyncAPI\\LightlessSync.API.csproj", "expectedPackageFiles": [ - "C:\\Users\\leong\\.nuget\\packages\\messagepack.annotations\\3.1.3\\messagepack.annotations.3.1.3.nupkg.sha512" + "C:\\Users\\zay\\.nuget\\packages\\messagepack.annotations\\3.1.3\\messagepack.annotations.3.1.3.nupkg.sha512" ], "logs": [] } \ No newline at end of file