From 2c8dcde6dfda36858ae7344bf2301625c3cae965 Mon Sep 17 00:00:00 2001 From: Rory Stephenson Date: Wed, 29 Mar 2023 17:43:47 +0200 Subject: [PATCH] Ignore Podfile in example since it gets generated when running the app --- example/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/example/.gitignore b/example/.gitignore index 5141725b7..0df6ad0a5 100644 --- a/example/.gitignore +++ b/example/.gitignore @@ -30,6 +30,10 @@ .pub-cache/ .pub/ /build/ + +# Gets generated when running the app and we don't need anything special in the +# Podfile so we can ignore it and let flutter generate it. +ios/Podfile # TODO: document why we don't want this file pubspec.lock