Ignore xcuserstate
xcuserstate files are generated from within Xcode and saved in your project bundle to remember your last opened file, the open state of any group folders, open tabs, and any other user setting your project might need to remember, this is something that shouldn't be tracked in version control
This commit is contained in:
parent
af7c660e34
commit
37372e0f64
@ -11,3 +11,4 @@ xcuserdata
|
|||||||
*.xccheckout
|
*.xccheckout
|
||||||
*.moved-aside
|
*.moved-aside
|
||||||
DerivedData
|
DerivedData
|
||||||
|
*.xcuserstate
|
||||||
|
Loading…
Reference in New Issue
Block a user