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