Skip to content

Instantly share code, notes, and snippets.

@commscheck
Created May 9, 2020 02:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save commscheck/e1d561ef411193cc3438882c2a803eb9 to your computer and use it in GitHub Desktop.
Save commscheck/e1d561ef411193cc3438882c2a803eb9 to your computer and use it in GitHub Desktop.
Xcode .gitignore
# Xcode
*.xcodeproj/*
!*.xcodeproj/project.pbxproj
!*.xcodeproj/xcshareddata/
!*.xcworkspace/contents.xcworkspacedata
**/xcshareddata/WorkspaceSettings.xcsettings
# Build
*.ipa
*.dSYM.zip
*.dSYM
# Swift Package Manager
.build/
# Carthage
Carthage/Build
# Fastlane
fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots/**/*.png
fastlane/test_output
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment