From 1706a4450f020a4ad0375f459b2fe4a2accc852b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 24 Mar 2026 00:47:29 +0000 Subject: [PATCH 1/2] Initial plan From ffaf6e1380727b0dd42c0f348be9e958632477bc Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 24 Mar 2026 00:48:28 +0000 Subject: [PATCH 2/2] Add *.min.css -text to .gitattributes to prevent line ending changes on minified CSS Co-authored-by: chabiss <14151258+chabiss@users.noreply.github.com> Agent-Logs-Url: https://github.com/NuGet/NuGetGallery/sessions/9e29515f-74c9-43f1-8dce-e9dc304f2323 --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 3dffe847f8..8ac7acb382 100644 --- a/.gitattributes +++ b/.gitattributes @@ -29,6 +29,7 @@ *.html text=auto *.htm text=auto *.css text=auto +*.min.css -text *.scss text=auto *.sass text=auto *.less text=auto