From 986f0f109388f9d67bebc609e02c59141a7fa64c Mon Sep 17 00:00:00 2001 From: Aviel Gross Date: Tue, 17 Nov 2015 10:08:14 +0200 Subject: [PATCH] Initial commit --- .gitignore | 33 +++++++++++++++++++++++++++++++++ README.md | 2 ++ 2 files changed, 35 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8615121 --- /dev/null +++ b/.gitignore @@ -0,0 +1,33 @@ +# Xcode +# +build/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata +*.xccheckout +*.moved-aside +DerivedData +*.hmap +*.ipa +*.xcuserstate + +# CocoaPods +# +# We recommend against adding the Pods directory to your .gitignore. However +# you should judge for yourself, the pros and cons are mentioned at: +# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control +# +# Pods/ + +# Carthage +# +# Add this line if you want to avoid checking in source code from Carthage dependencies. +# Carthage/Checkouts + +Carthage/Build diff --git a/README.md b/README.md new file mode 100644 index 0000000..13e33e6 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# Anyway-iOS +iOS version for https://github.com/hasadna/anyway