Hi !
I plan to push my work on public repository and wonder where data such as provisionning profile are stored and whether or not I should customize my .gitignore file.
What do you usually write in your .gitignore files ?
Mine actually looks like this
##################################################
# Git ignore file for IOS projects
##################################################
##################################################
# XCODE generated files
##################################################
build
xcuserdata
xcshareddata
##################################################
# OS generated files
##################################################
.DS_Store
Thumbs.db
Thanks in advance for your help.