Skip to content

Stop tracking Vercel local artifacts via root ignore guard - #1801

Draft
groupthinking with Copilot wants to merge 2 commits into
mainfrom
copilot/stop-committing-vercel-build-artifacts
Draft

Stop tracking Vercel local artifacts via root ignore guard#1801
groupthinking with Copilot wants to merge 2 commits into
mainfrom
copilot/stop-committing-vercel-build-artifacts

Conversation

Copilot AI commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

Canonical issue

Outcome

Prevents Vercel local build/diagnostic residue from entering git so deploys continue to rebuild from source state.

  • Ignore policy hardening: root ignore rules now cover Vercel debug diagnostics in addition to .vercel output.
  • Regression guard: a focused unit test now enforces both entries as repository hygiene invariants.
.vercel
vercel-debug.log*

Scope

  • Included:
    • Update /home/runner/work/EventRelay/EventRelay/.gitignore with vercel-debug.log*
    • Add /home/runner/work/EventRelay/EventRelay/tests/unit/test_vercel_artifact_hygiene.py to lock the rule
  • Explicitly excluded:
    • Runtime/app logic changes
    • Deployment flow or Vercel adapter behavior changes
    • Broad repo hygiene refactors

Risk

  • Risk level: low
  • Failure mode: local debug logs could be recommitted if ignore rule is removed or altered.
  • Rollback: revert the .gitignore line and associated test file in one commit.

Verification

List exact automated and manual checks, tied to the current head SHA.

  • Focused tests
  • Required CI
  • Review threads resolved

Production evidence

Not applicable: change is repository hygiene + test coverage only; no runtime or deployment-path behavior change.

Agent handoff

  • One canonical issue is linked
  • No competing PR implements the same issue
  • Acceptance criteria are satisfied
  • Required checks pass on the current head
  • Human decision is requested only for product, security, irreversible infrastructure, or production approval

@vercel

vercel Bot commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
v0-uvai Ready Ready Preview, v0 Sep 8, 2026 11:52pm UTC

Co-authored-by: groupthinking <154503486+groupthinking@users.noreply.github.com>
Copilot AI changed the title [WIP] Remove Vercel build artifacts from version control Stop tracking Vercel local artifacts via root ignore guard Sep 8, 2026
Copilot AI requested a review from groupthinking September 8, 2026 23:51
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.

Stop committing Vercel build artifacts to the repo

2 participants