Skip to content

Instantly share code, notes, and snippets.

@wojtekdmyszewicz
Forked from robertwalker/gitignore
Created September 10, 2018 11:01
Show Gist options
  • Save wojtekdmyszewicz/4bd7094fbe1038681cfbef09b9154d52 to your computer and use it in GitHub Desktop.
Save wojtekdmyszewicz/4bd7094fbe1038681cfbef09b9154d52 to your computer and use it in GitHub Desktop.
Git ignore file for Xcode projects
# Ignore Finder spam
\.DS_store
# Ignore cruft in the project bundle
*.xcodeproj/*
!*.xcodeproj/project.pbxproj
# Ignore build products folder
build/
# Ignore installed pods
Pods/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment