Skip to content

Instantly share code, notes, and snippets.

@kirsteins
Last active August 29, 2015 14:21
Show Gist options
  • Save kirsteins/7eb4b063cf67bd977479 to your computer and use it in GitHub Desktop.
Save kirsteins/7eb4b063cf67bd977479 to your computer and use it in GitHub Desktop.
Echo Swift .gitignore
echo -e 'build/\n*.pbxuser\n!default.pbxuser\n*.mode1v3\n!default.mode1v3\n*.mode2v3\n!default.mode2v3\n*.perspectivev3\n!default.perspectivev3\nxcuserdata\n*.xccheckout\n*.moved-aside\nDerivedData\n*.hmap\n*.ipa\n*.xcuserstate\n.DS_Store\n\nCarthage/Build' > .gitignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment