Skip to content

Remove committed .nuget directory and ignore it#14

Merged
scanfing merged 1 commit intomainfrom
copilot/remove-nuget-directory
Apr 28, 2026
Merged

Remove committed .nuget directory and ignore it#14
scanfing merged 1 commit intomainfrom
copilot/remove-nuget-directory

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 28, 2026

.nuget/nuget.exe (8MB binary) was accidentally committed to the repo root. Removed it and added .nuget/ to .gitignore under the existing NuGet section to prevent recurrence.

Changes

  • git rm -r .nuget/ — removes tracked nuget.exe binary from the repo
  • .gitignore — adds .nuget/ entry alongside existing NuGet rules

@scanfing scanfing marked this pull request as ready for review April 28, 2026 09:54
@scanfing scanfing merged commit 7db5bdf into main Apr 28, 2026
@scanfing scanfing deleted the copilot/remove-nuget-directory branch April 28, 2026 09:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants