Skip to content

Instantly share code, notes, and snippets.

@rcharlton
Created February 21, 2017 14:26
Show Gist options
  • Save rcharlton/4832367f7012dd024352a04b957d6566 to your computer and use it in GitHub Desktop.
Save rcharlton/4832367f7012dd024352a04b957d6566 to your computer and use it in GitHub Desktop.
Xcode Swift Gitignore
.DS_Store
# Xcode
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
*.xcworkspace
!default.xcworkspace
xcuserdata
profile
*.moved-aside
DerivedData
.idea/
xcuserdatad
*.xctimeline
# Pods - for those of you who use CocoaPods
Pods
# Fastlane
fastlane/report.xml
fastlane/test_output
fastlane/README.md
fastlane/screenshots
Preview.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment