From f4f48f9d6f9c7f6fb9ddebae39343bb86a7c88a1 Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Mon, 7 May 2018 10:40:04 -0300 Subject: [PATCH] Ignore fastlane/.env file (#1656) --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 924afb1ae..b6686cbc7 100644 --- a/.gitignore +++ b/.gitignore @@ -71,7 +71,7 @@ tags fastlane/report.xml fastlane/Preview.html */fastlane/screenshots - +fastlane/.env # Sentry android/sentry.properties @@ -86,3 +86,4 @@ ios/Pods/ #editor-settings .vscode +