Skip to content

Commit

Permalink
updated gitignore to ignore xcode and os x files
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgan Chen authored and Morgan Chen committed Nov 18, 2014
1 parent cb00a35 commit 97afd51
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,25 @@ node_modules
npm-debug.log

*~

#OS X System Files
.DS_Store

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

0 comments on commit 97afd51

Please sign in to comment.