Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 08f4f915f4
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| bun.lock | ||
| package-lock.json | ||
| yarn.lock | ||
| _ No newline at end of file |
There was a problem hiding this comment.
Remove accidental
_ ignore rule
The new _ entry ignores any file or directory whose name is exactly _ anywhere in the repo, which is unrelated to lockfile cleanup and can silently hide legitimate additions from git status. Because this commit is scoped to lockfiles, this broad pattern is likely accidental and creates hard-to-debug missing-file behavior when a tool or contributor introduces a _ path.
Useful? React with 👍 / 👎.
There was a problem hiding this comment.
Not accidental - hat's where I stash my scratch files.
bun.lockmakes editors emit warning becausepackage.json#packageManageris set to a different pkg manager.