From 7b0ee2e44ec04c048dc4be019fe4327eabd0b58a Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Sun, 6 Apr 2025 19:52:44 -0600 Subject: [PATCH] more ios folders to ignore (until we figure out the right way to dance with capacitor-assets) --- ios/.gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ios/.gitignore b/ios/.gitignore index 6e6866901..da6ad9c09 100644 --- a/ios/.gitignore +++ b/ios/.gitignore @@ -22,6 +22,6 @@ fastlane/Preview.html fastlane/screenshots fastlane/test_output -# Generated Icons from capacitor-assets -App/App/Assets.xcassets/AppIcon.appiconset/*.png -App/App/Assets.xcassets/Splash.imageset/*.png +# Generated Icons from capacitor-assets (also Contents.json which is confusing; see BUILDING.md) +App/App/Assets.xcassets/AppIcon.appiconset +App/App/Assets.xcassets/Splash.imageset