Skip to content

Clean up obsolete gitignore entries - #815

Merged
amyu merged 1 commit into
mainfrom
codex/clean-up-gitignore
Aug 1, 2026
Merged

Clean up obsolete gitignore entries#815
amyu merged 1 commit into
mainfrom
codex/clean-up-gitignore

Conversation

@amyu

@amyu amyu commented Aug 1, 2026

Copy link
Copy Markdown
Owner

Summary

  • Remove ignore patterns inherited from the generic Node.js template that are not relevant to this repository.
  • Keep only patterns for node_modules, pnpm debug logs, OS metadata, and IntelliJ project files.

Why

This repository uses pnpm, TypeScript, and Rollup, but the root .gitignore also contained entries for unrelated tools and frameworks such as Bower, Grunt, nyc, Parcel, Next.js, Nuxt, VuePress, Serverless, FuseBox, and DynamoDB Local. Some broad patterns could also hide files that should remain visible to Git.

Impact

There is no runtime or build behavior change. Git now ignores only files that are relevant to the current development workflow.

Validation

  • git diff --check
  • Verified retained patterns with git check-ignore
  • Verified removed patterns are no longer ignored

@amyu
amyu marked this pull request as ready for review August 1, 2026 05:40
@amyu
amyu merged commit 69bf1f4 into main Aug 1, 2026
40 checks passed
@amyu
amyu deleted the codex/clean-up-gitignore branch August 1, 2026 05:40
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.

1 participant