Skip to content

Commit

Permalink
update gitignore for macos development
Browse files Browse the repository at this point in the history
  • Loading branch information
subtly committed Jul 21, 2014
1 parent 87db106 commit fdc7af5
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,29 @@ build.*/

*.pyc


# MacOS Development
.DS_Store
# CocoaPods
Pods/
Podfile.lock
# Xcode
.DS_Store
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
*.xcworkspace
!default.xcworkspace
xcuserdata
*.xcuserstate
profile
*.moved-aside
DerivedData
project.pbxproj

0 comments on commit fdc7af5

Please sign in to comment.