From 6b18b14538b976bc9314d3aa33e31465c19f51b9 Mon Sep 17 00:00:00 2001 From: Aashish <112133849+aashishpatil-g@users.noreply.github.com> Date: Fri, 8 Nov 2024 13:31:37 -0800 Subject: [PATCH] Exempt the Data Connect FriendlyFlix Generated Code from style scripts (#14063) --- scripts/style.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/style.sh b/scripts/style.sh index 01989affed7..ea8172060fe 100755 --- a/scripts/style.sh +++ b/scripts/style.sh @@ -153,6 +153,9 @@ s%^./%% # Generated source \%/Firestore/core/src/util/config.h% d +# Generated Code for Data Connect sample +\%/Examples/FriendlyFlix/app/FriendlyFlixSDK/% d + # Sources pulled in by travis bundler, with and without a leading slash \%^/?vendor/bundle/% d