ios - Should I ignore UnserInterfaceState and xcschememanagement files in git? -
this question has answer here:
- git ignore file xcode projects 17 answers
sourcetree ios project git question.
two files in unstage file:
unserinterfacestate.xcuserstate xcschememanagement.plist
but, haven't made change. (maybe clicked 1 of files in project in xcode window?)
should i
- commit , push 2 files?
- just ignore them selecting "ignore file"?
- "remove file"?
i don't want bother other team developers.
usually, best choice 2 files?
add file .gitignore
file git starts ignore file.
Comments
Post a Comment