mirror of
https://github.com/github/gitignore
synced 2024-12-02 16:35:44 +01:00
933983b558
CocoaPods generates a supporting Podfile.lock file when installing pods. Since this file frequently changes and will be regenerated when installing pods, it should be ignored.
21 lines
236 B
Plaintext
21 lines
236 B
Plaintext
# Xcode
|
|
.DS_Store
|
|
*/build/*
|
|
*.pbxuser
|
|
!default.pbxuser
|
|
*.mode1v3
|
|
!default.mode1v3
|
|
*.mode2v3
|
|
!default.mode2v3
|
|
*.perspectivev3
|
|
!default.perspectivev3
|
|
xcuserdata
|
|
profile
|
|
*.moved-aside
|
|
DerivedData
|
|
.idea/
|
|
*.hmap
|
|
|
|
#CocoaPods
|
|
Pods
|
|
Podfile.lock |