简体   繁体   中英

Thinking of making an opensource iOS app, what should I put in my .gitingnore?

I also want to distribute it in the App Store. I want to put the XCode project and all source on github. Is there anything I should exclude from the repo to avoid exposing personally identifying information? For example the .pbxuser file and such?

I expect not, but I'd like to be safe.

This is what I put in mine:

build
.DS_Store
*.perspectivev3
*.pbxuser
*.xcworkspacedata
*.xcuserstate

I don't think there is any personal information besides your user name and maybe some file paths.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM