Skip to content

Instantly share code, notes, and snippets.

@vlaminck
Last active November 7, 2015 14:18
Show Gist options
  • Save vlaminck/c734b5352afbb24f8257 to your computer and use it in GitHub Desktop.
Save vlaminck/c734b5352afbb24f8257 to your computer and use it in GitHub Desktop.
The .gitignore file that I use for Swift projects. Requires Github's Swift.gitignore file to be added to the top. https://github.com/github/gitignore/blob/master/Swift.gitignore
# Everything above should be copy/pasted from https://github.com/github/gitignore/blob/master/Swift.gitignore
# Everything else should be added below
# Eclipse
.classpath
.project
.settings/
# Intellij
.idea/
*.iml
*.iws
# Mac
.DS_Store
# Maven
log/
target/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment