Merged
Conversation
Contributor
Reviewer's guide (collapsed on small PRs)Reviewer's GuideIntroduces a crate-specific .gitignore to exclude the contents of the res directory from version control and Serena MCP’s filesystem traversal, while keeping the res directory itself present in the repository. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Serena MCP fails to start up due to following symlinks and considering the `res` folder an infinite loop. However, it seems the only possible way to have it ignore this folder is to add it to gitignore. So we add the folder itself, but ignore it's content. `git` does that anyway, but now also serena does it.
cf38061 to
deb7e00
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #979 +/- ##
==========================================
- Coverage 66.83% 66.81% -0.03%
==========================================
Files 221 221
Lines 3881 3881
Branches 898 898
==========================================
- Hits 2594 2593 -1
- Misses 945 946 +1
Partials 342 342 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
carlosthe19916
approved these changes
Apr 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Serena MCP fails to start up due to following symlinks and considering the
resfolder an infinite loop.However, it seems the only possible way to have it ignore this folder is to add it to gitignore. So we add the folder itself, but ignore it's content.
gitdoes that anyway, but now also serena does it.Summary by Sourcery
Build:
.gitignoreentry to ignore contents of theresfolder while keeping the directory itself tracked.