Closed zenokoller closed 8 months ago
This update involves a modification to the project's .gitignore
file, specifically adding Package.resolved
to the list of ignored files. This change is aimed at preventing the package resolution file from being tracked by Git, likely to ensure that dependencies are resolved locally by each developer, keeping the repository cleaner and reducing potential conflicts related to package versions.
File | Summary |
---|---|
.gitignore |
Added Package.resolved to ignored files. |
🐰✨
In the land of code and byte,
A change was made, one night.
"Ignore the resolved," the rabbit said,
Ensuring peace, in Git's vast spread.
🌟📦🚫
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Resolved djinni version should be tracked only in enclosing project, not twice
Summary by CodeRabbit
.gitignore
to excludePackage.resolved
file.