Skip to content

Conversation

@abelonogov-ld
Copy link
Contributor

@abelonogov-ld abelonogov-ld commented Oct 29, 2025

fix: put Package.resolved into gitignore


Note

Updates .gitignore to ignore Package.resolved and deletes the tracked Package.resolved file.

  • Repo config:
    • Update .gitignore to ignore Package.resolved (root-level).
    • Remove tracked Package.resolved from the repository.

Written by Cursor Bugbot for commit 48ad749. This will update automatically on new commits. Configure here.

@abelonogov-ld abelonogov-ld requested a review from a team as a code owner October 29, 2025 00:00
@abelonogov-ld abelonogov-ld enabled auto-merge (squash) October 29, 2025 00:00
cursor[bot]

This comment was marked as outdated.

.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
.netrc
**/Package.resolved
Package.resolved
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Root Directory Matching Issue

The pattern Package.resolved will match at any directory level, not just the root. To match only at the root as intended ("we need only root"), the pattern should be /Package.resolved with a leading slash. Both **/Package.resolved and Package.resolved match recursively through subdirectories; only the leading slash restricts matching to the root directory.

Fix in Cursor Fix in Web

@abelonogov-ld abelonogov-ld merged commit 61b9d78 into main Oct 29, 2025
4 checks passed
@abelonogov-ld abelonogov-ld deleted the andrey/fix-ld-ios-sdk2 branch October 29, 2025 01:38
Vadman97 pushed a commit that referenced this pull request Oct 29, 2025
🤖 I have created a release *beep* *boop*
---


##
[0.7.2](0.7.1...0.7.2)
(2025-10-29)


### Bug Fixes

* put Package.resolved into gitignore
([61b9d78](61b9d78))
* put Package.resolved into gitignore
([#57](#57))
([61b9d78](61b9d78))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

<!-- CURSOR_SUMMARY -->
---

> [!NOTE]
> Bumps to 0.7.2 and updates changelog with a bug fix noting
Package.resolved is added to .gitignore.
> 
> - **Release**
>   - Bump version in `.release-please-manifest.json` to `0.7.2`.
> - **Changelog**
> - Add `0.7.2` section with bug fix: include `Package.resolved` in
`.gitignore`.
> 
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
b9f3c49. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
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.

3 participants