Created
November 11, 2024 02:58
-
-
Save sourleangchhean168/7d4a9264b77d865ba5a830c97dedbc83 to your computer and use it in GitHub Desktop.
Swift IOS git ignore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Xcode | |
DerivedData/ | |
build/ | |
*.pbxuser | |
*.mode1v3 | |
*.mode2v3 | |
*.perspectivev3 | |
!default.mode1v3 | |
!default.perspectivev3 | |
xcuserdata/ | |
*.xccheckout | |
*.xcscmblueprint | |
*.xcuserstate | |
# Swift Package Manager | |
.build/ | |
# CocoaPods | |
Pods/ | |
Podfile.lock | |
# Carthage | |
Carthage/Build/ | |
# Fastlane | |
fastlane/report.xml | |
fastlane/Preview.html | |
fastlane/screenshots | |
fastlane/test_output | |
fastlane/README.md | |
# Firebase | |
google-services.json | |
GoogleService-Info.plist | |
# Custom Configuration Files | |
*.xcconfig | |
Secrets.plist | |
# macOS system files | |
.DS_Store | |
.Spotlight-V100 | |
.Trashes | |
# Editor specific files | |
*.swp | |
*~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment