chore: stop tracking Xcode xcuserstate (UI-state noise)
The existing ignore rules were anchored to repo root, so the nested *.xcodeproj/project.xcworkspace/xcuserdata/ never matched and kept showing up as a change on every commit. Add **/xcuserdata/ and *.xcuserstate and untrack the file. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,4 +1,6 @@
|
|||||||
# Xcode
|
# Xcode
|
||||||
|
**/xcuserdata/
|
||||||
|
*.xcuserstate
|
||||||
*.xcodeproj/xcuserdata/
|
*.xcodeproj/xcuserdata/
|
||||||
*.xcworkspace/xcuserdata/
|
*.xcworkspace/xcuserdata/
|
||||||
*.xcworkspace/contents.xcworkspacedata
|
*.xcworkspace/contents.xcworkspacedata
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user