feat(gitignore): add .gitignore and .gitattributes templates for proj…#405
feat(gitignore): add .gitignore and .gitattributes templates for proj…#405
Conversation
…ect configuration
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
✅ Files skipped from review due to trivial changes (3)
WalkthroughAppended MemPalace and Beads/Dolt ignores to the repository root Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 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. Review rate limit: 0/1 reviews remaining, refill in 60 minutes.Comment |
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@src/NetEvolve.Defaults/configurations/template.gitattributes`:
- Around line 1-2: Remove the global "text" override line so the repository uses
the intended automatic text detection; specifically delete the second entry ("*
text eol=lf") and keep the first rule ("* text=auto eol=lf") so binary files
still rely on explicit binary exclusions rather than being forced to text.
In `@src/NetEvolve.Defaults/configurations/template.gitignore`:
- Line 13: The gitignore contains backup-file globs with a stray space ("*-
[Bb]ackup.*") so they only match names with a literal space; update all
occurrences of that pattern (e.g., the shown pattern and the ones around lines
276-278) to remove the space so they read "*-[Bb]ackup.*" (matching filenames
like "foo-backup.ext"); ensure you replace every instance of the incorrect "*-
[Bb]ackup.*" pattern in the file.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: a451a625-84a7-4e2c-b153-e376fe281860
📒 Files selected for processing (4)
.gitignoresrc/NetEvolve.Defaults/buildMultiTargeting/SupportAdditionalFiles.targetssrc/NetEvolve.Defaults/configurations/template.gitattributessrc/NetEvolve.Defaults/configurations/template.gitignore
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Signed-off-by: Martin Stühmer <me@samtrion.net>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #405 +/- ##
===========================
===========================
☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…ect configuration
Summary by CodeRabbit