From 220cedebba1791f5117a51df5556d97c23efcef5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Helge=20He=C3=9F?= Date: Fri, 3 Jun 2016 03:19:16 +0200 Subject: [PATCH] Added temp .gitignore/LICENSE --- .gitignore | 16 ++++++++++++++++ LICENSE | 1 + 2 files changed, 17 insertions(+) create mode 100644 .gitignore create mode 100644 LICENSE diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..83eac8f --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +# 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/ + +.DS_Store +xcuserdata +.build +Packages +*~ +build +apidox + diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..e6b08ac --- /dev/null +++ b/LICENSE @@ -0,0 +1 @@ +Copyright (c) 2016 ZeeZide GmbH