From baa0d2130b3cd12dbe6d8816522dd7f14b95d037 Mon Sep 17 00:00:00 2001 From: Dan Shevlyuk Date: Wed, 22 Jun 2016 21:59:03 +0300 Subject: [PATCH] Add fastlane stuff to ignore --- .gitignore | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 725f23a..388404d 100644 --- a/.gitignore +++ b/.gitignore @@ -16,16 +16,26 @@ DerivedData *.ipa *.xcuserstate -# OS X Stuff +#OS X Stuff .localized .DS_Store - -# IDE -.idea +*.zip # Pods Pods/ +# Editors +.idea +*.swp + +# Fastlane +fastlane/report.xml +*.mobileprovision + +# Keys *.pem -*.p12 *.pkey +*.p12 + +# Rbenv +.ruby-version