-
Notifications
You must be signed in to change notification settings - Fork 4
chore: update .gitignore #90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
WalkthroughUpdates Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
.gitignore (1)
19-22: Standardize path format for consistency.Lines 19–20 lack the leading
/prefix that other root-level files use (e.g., lines 12–14:/package.json,/webpack.config.js). In.gitignore, the/prefix anchors patterns to the repository root, preventing accidental matches elsewhere in the tree.Lines 21–22 correctly use the
/prefix and follow the established pattern. For consistency, update lines 19–20:-tsconfig.json -types.d.ts +/tsconfig.json +/types.d.ts
mlopezFC
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM



Summary by CodeRabbit
Note: This release contains internal configuration updates with no user-facing changes.