Skip to content

Instantly share code, notes, and snippets.

@krishnads
Last active January 10, 2019 06:45
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save krishnads/da02fc3ba5862354a29e9e757812a635 to your computer and use it in GitHub Desktop.
Save krishnads/da02fc3ba5862354a29e9e757812a635 to your computer and use it in GitHub Desktop.
Git Ignore file for Source tree
*~
.DS_Store
# old skool
.svn
# Exclude the build directory
build/*
# Exclude temp nibs and swap files
*~.nib
*.swp
# Exclude user-specific XCode files
*.mode1
*.mode1v3
*.mode2v3
*.perspective
*.perspectivev3
*.pbxuser
*.xcworkspace
*.xccheckout
xcuserdata
.xcodeproj/ !.xcodeproj/project.pbxproj
# Exclude Pod Files
Pods
# NB: also, whitelist the default ones, some projects need to use these
!default.pbxuser
!default.mode1v3
!default.mode2v3
!default.perspectivev3
# osx noise
.DS_Store
*.swp
*.lock
*.xccheckout
dsym_upload.sh
generate_symbol_upload_token.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment