Skip to content

Conversation

@anisselbd
Copy link

Add a missing wildcard to the xcuserdata folder pattern.

This ensures that all user-specific Xcode data folders inside xcuserdata are properly ignored, preventing accidental commits of local workspace data.

This change aligns with common .gitignore patterns used in Xcode projects.

Add wildcard to avoid accidentally committing user-specific Xcode data folders.
Copilot AI review requested due to automatic review settings November 18, 2025 13:42
@anisselbd anisselbd requested a review from a team as a code owner November 18, 2025 13:42
@anisselbd
Copy link
Author

Let me know if you'd like any adjustments , happy to update the PR.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds a wildcard to the xcuserdata folder pattern in the Global/Xcode.gitignore file, changing xcuserdata/ to xcuserdata/*. The change aims to ensure all user-specific Xcode data is properly ignored.

  • Updates the gitignore pattern for xcuserdata folder

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@anisselbd
Copy link
Author

Thanks for the clarification , that makes sense.
Reverted the change to keep the pattern consistent with the standard Xcode .gitignore behavior.

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.

1 participant