Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
loufranco committed Jun 27, 2019
0 parents commit 429d964
Show file tree
Hide file tree
Showing 13 changed files with 841 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .gitignore
@@ -0,0 +1,36 @@

# os x finder
.DS_Store

# xcode 3
*.mode1v3
*.pbxuser

# xcode 4
xcuserdata

# xcode 5
# xcshareddata - We actually do want xcshareddata, it is meant to be shared. -Don
*.xccheckout
*.xcscmblueprint

# svn
.svn

# emacs backup files
*~

# build directory
build

# some artifacts
*.o
*.lev

# fastlane specific
fastlane/report.xml
fastlane/README.md

# Dependencies
**/Carthage
**/Vendor

0 comments on commit 429d964

Please sign in to comment.