From b4f049e90abe849ca4c24abe9c66ea7c545007c3 Mon Sep 17 00:00:00 2001 From: Isaac Obella Date: Sat, 28 Jan 2023 23:56:05 +0300 Subject: [PATCH] fix: ignore deeplink config Signed-off-by: Isaac Obella --- ios/.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ios/.gitignore b/ios/.gitignore index 151026b9..70ec2057 100644 --- a/ios/.gitignore +++ b/ios/.gitignore @@ -31,3 +31,6 @@ Runner/GeneratedPluginRegistrant.* !default.mode2v3 !default.pbxuser !default.perspectivev3 + +# Deeplink configuration file +Flutter/Deeplink.xcconfig