I pushed my code to repository, I can see the MyProject.xcdatamodel/contents
file in bitbucket along with other files. But when pulling the repository, all files are added except the coredata file MyProject.xcdatamodel/contents
. Am I versioning the right coredata files? Thanx.
EDIT:
here is my gitignore file:
.DS_Store
*.swp
*.lock
profile
DerivedData/
*.pbxuser
*.mode1v3
*.mode2v3
*.perspectivev3
# NB: also, whitelist the default ones, some projects need to use these
!default.pbxuser
!default.mode1v3
!default.mode2v3
!default.perspectivev3
*.xcuserdata
!xcshareddata
!xcschemes
*.moved-aside
*.xcodeproj
.xcworkspace