ios - Should I ignore UnserInterfaceState and xcschememanagement files in git? -


this question has answer here:

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?

example image

add file .gitignore file git starts ignore file.


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -