From 8a93b1dcb4ae79a8680c4ee5b8648be22baeaecf Mon Sep 17 00:00:00 2001 From: andrew54068 Date: Fri, 18 Nov 2022 12:21:44 +0800 Subject: [PATCH] chore: add ignore files. --- .gitignore | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index bcd39d3..3ff69de 100644 --- a/.gitignore +++ b/.gitignore @@ -42,4 +42,17 @@ Pods/ # VIM *.swp *.swo -*~ \ No newline at end of file +*~ + +# fastlane +# +# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the +# screenshots whenever they are needed. +# For more information about the recommended setup visit: +# https://docs.fastlane.tools/best-practices/source-control/#source-control + +*/fastlane/report.xml +*/fastlane/Preview.html +*/fastlane/screenshots +*/fastlane/test_output +*/fastlane/.env