Added .gitignore

This commit is contained in:
Peter Iakovlev 2018-11-14 22:56:24 +04:00
parent 261b25061e
commit 49b13a53c8

21
.gitignore vendored
View File

@ -1,5 +1,6 @@
.DS_Store fastlane/README.md
*/build/* fastlane/report.xml
fastlane/test_output/*
*.pbxuser *.pbxuser
!default.pbxuser !default.pbxuser
*.mode1v3 *.mode1v3
@ -9,13 +10,15 @@
*.perspectivev3 *.perspectivev3
!default.perspectivev3 !default.perspectivev3
xcuserdata xcuserdata
profile *.xccheckout
*.xcscmblueprint
*.moved-aside *.moved-aside
DerivedData DerivedData
.idea/
*.hmap *.hmap
*.xccheckout *.ipa
*.xcuserstate
#CocoaPods .DS_Store
*.dSYM
Pods *.dSYM.zip
*.ipa
*/xcuserdata/*