gitignore
gitignore copied to clipboard
Fix missing wildcard for xcuserdata folder
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.
Let me know if you'd like any adjustments , happy to update the PR.
Thanks for the clarification , that makes sense.
Reverted the change to keep the pattern consistent with the standard Xcode .gitignore behavior.