Added .gitignore

This commit is contained in:
Peter Iakovlev 2018-11-14 23:00:20 +04:00
parent 0d11d05e0c
commit 2c2da8f611

13
.gitignore vendored
View File

@ -1,6 +1,6 @@
# Xcode fastlane/README.md
# fastlane/report.xml
build/ fastlane/test_output/*
*.pbxuser *.pbxuser
!default.pbxuser !default.pbxuser
*.mode1v3 *.mode1v3
@ -11,9 +11,14 @@ build/
!default.perspectivev3 !default.perspectivev3
xcuserdata xcuserdata
*.xccheckout *.xccheckout
*.xcscmblueprint
*.moved-aside *.moved-aside
DerivedData DerivedData
*.hmap *.hmap
*.ipa *.ipa
*.xcuserstate *.xcuserstate
.DS_Store
*.dSYM
*.dSYM.zip
*.ipa
*/xcuserdata/*