Re: Committing updates: do I need "User Data" / "User Interface State"?
Re: Committing updates: do I need "User Data" / "User Interface State"?
- Subject: Re: Committing updates: do I need "User Data" / "User Interface State"?
- From: G S <email@hidden>
- Date: Thu, 22 Mar 2012 02:27:51 -0700
Here's what I have in my .gitignore file, for just this problem:
# Ignore invisible files, except this one.
.*
!/.gitignore
[your project]/YourProject.xcodeproj/xcuserdata
[your project]/YourProject.xcodeproj/*.mode1v3
[your project]/YourProject.xcodeproj/*.pbxuser
[your project]/YourProject.xcodeproj/*.perspectivev3
[your project]/YourProject.xcodeproj/project.xcworkspace
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden