Skip to content

Instantly share code, notes, and snippets.

@sourleangchhean168
Created November 11, 2024 02:58
Show Gist options
  • Save sourleangchhean168/7d4a9264b77d865ba5a830c97dedbc83 to your computer and use it in GitHub Desktop.
Save sourleangchhean168/7d4a9264b77d865ba5a830c97dedbc83 to your computer and use it in GitHub Desktop.
Swift IOS git ignore
# 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