mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-05 14:02:48 +00:00
Added .gitignore
This commit is contained in:
parent
0d11d05e0c
commit
2c2da8f611
13
.gitignore
vendored
13
.gitignore
vendored
@ -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/*
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user