Skip to content

Expand local artifact ignores - #29

Merged
GaTTGeng merged 1 commit into
masterfrom
codex/issue-12-profiles
Aug 3, 2026
Merged

Expand local artifact ignores#29
GaTTGeng merged 1 commit into
masterfrom
codex/issue-12-profiles

Conversation

@GaTTGeng

@GaTTGeng GaTTGeng commented Aug 3, 2026

Copy link
Copy Markdown
Owner

What changed

  • Ignore generated NuGet packages, test results, benchmark artifacts, IDE user settings, local environment files, and transient diagnostic files.

Why

These files are generated locally or contain machine-specific configuration and should not be accidentally committed.

Impact

The repository remains focused on source and intentional project configuration.

Validation

  • dotnet restore ComposeSharp.sln
  • dotnet build ComposeSharp.sln --configuration Release --no-restore
  • dotnet test ComposeSharp.sln --configuration Release --no-build --no-restore
  • dotnet pack ComposeSharp.sln --configuration Release --no-build --no-restore --output artifacts/packages
  • ./scripts/VerifyPackageReadme.ps1

@GaTTGeng GaTTGeng changed the title Apply Compose profiles from project context Expand local artifact ignores Aug 3, 2026
@GaTTGeng
GaTTGeng marked this pull request as ready for review August 3, 2026 01:37
Copilot AI review requested due to automatic review settings August 3, 2026 01:37
@GaTTGeng
GaTTGeng merged commit 8707d1d into master Aug 3, 2026
1 check passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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