Skip to content

Instantly share code, notes, and snippets.

@darrarski
Created April 9, 2019 07:32
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 darrarski/04ed8e3a85b9c1afa9a4abd5d267e00b to your computer and use it in GitHub Desktop.
Save darrarski/04ed8e3a85b9c1afa9a4abd5d267e00b to your computer and use it in GitHub Desktop.
Xcode project .gitignore
# OS X
*.DS_Store
*.swp
.Trashes
# Xcode
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspective
!default.perspective
*.perspectivev3
!default.perspectivev3
*.xcuserstate
project.xcworkspace/
xcuserdata/
build/
dist/
DerivedData/
*.moved-aside
*.xccheckout
# AppCode
.idea
# Backup files
*~
*~.nib
*~.xib
\#*#
.#*
# Fastlane
Fastlane/report.xml
Fastlane/test_output
Fastlane/screenshots
Fastlane/*.xccoverage.plist
Fastlane/README.md
# Visual Studio Code
.vscode
# xcov
xcov_output/
# Slather
coverage_report/
cobertura.xml
# Carthage
Carthage/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment