Skip to content

Commit

Permalink
Extend .gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
timbodeit committed Nov 6, 2015
1 parent eae52ad commit 1ba0323
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion .gitignore
@@ -1 +1,26 @@
.DS_Store
# OS X
.DS_Store

# Xcode
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
profile
*.moved-aside
DerivedData
*.hmap
*.ipa

# Bundler
.bundle

Carthage
Pods/

0 comments on commit 1ba0323

Please sign in to comment.