Last active
August 29, 2015 14:16
-
-
Save salverde/f2783cefb27bea3caa9d to your computer and use it in GitHub Desktop.
GitIgnore Xcode 6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# IMPORTANT: If you committed to the git repository before you added this .gitignore file | |
# you need to delete the excluded files manually from your git repository, to ensure, | |
# that they are not tracked anymore. To delete them from git, just do the following: | |
# | |
# git rm --cached FILENAME | |
# | |
.DS_Store | |
UserInterfaceState.xcuserstate | |
# Exclude personal Xcode user settings | |
xcuserdata/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment