3

SourceTree with iOS project with Git question.

Two files are always in unstage file:

UnserInterfaceState.xcuserstate
xcschememanagement.plist

But, actually I haven't made a any change. (Maybe I just clicked one of files the in project in the Xcode window?)

Should I

  • commit and push those two files?
  • just ignore them by selecting "Ignore file"?
  • "Remove file"?

I don't want to bother other team developers.

Usually, What is the best choice for those two files?

example image

Benjamin W.
  • 46,058
  • 19
  • 106
  • 116
Pokemon
  • 494
  • 10
  • 22

1 Answers1

2

Add this file to .gitignore file so that git starts to ignore this file.

Sandeep Kaul
  • 2,957
  • 2
  • 20
  • 36