Closed timanrebel closed 9 years ago
It's part of the TiMixpanel.xcodeproj
Xcode file and don't know how to change it. Do you?
Adding xcuserdata/
to the iOS .gitignore-file and removing the files from the repository should fix it.
TiMixpanel.xcodeproj
is just a normal bundle, so it's pretty much just a directory with a file extension, and it is treated like any other directory by git.
Done!
Great! There are still some files in there that should probably be left out.. A quick search lead me to the following .gitignore for Xcode from https://www.gitignore.io/:
### Xcode ###
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
*.moved-aside
DerivedData
*.xcuserstate
If you feel like fixing, then please go ahead! Otherwise I'll just pull this as is, since its slightly outside the scope of this pull request anyway.
And as always, thank you!
Let me unstage the files with the next change. I updated the .gitignore with your suggestion
:+1:
Sweet! The
TiMixpanel.xccheckout
-stuff should probably not be in the repo tho.