Add ephemeral iOS directory to put future generated files #76830
Conversation
| @@ -18,6 +18,7 @@ Flutter/App.framework | |||
| Flutter/Flutter.framework | |||
| Flutter/Flutter.podspec | |||
| Flutter/Generated.xcconfig | |||
| Flutter/ephemeral/ | |||
jmagman
Feb 25, 2021
Author
Member
\cc @RedBrogdon Sorry here's another directory to add to all the iOS sample .gitignores. But new ones should be rare in the future with this PR.
\cc @RedBrogdon Sorry here's another directory to add to all the iOS sample .gitignores. But new ones should be rare in the future with this PR.
|
LGTM |
Oh that reminds me, better do the same for the examples/integration_tests in this repo... |
| @@ -92,6 +92,7 @@ unlinked_spec.ds | |||
| **/ios/Flutter/Flutter.framework | |||
| **/ios/Flutter/Flutter.podspec | |||
| **/ios/Flutter/Generated.xcconfig | |||
| **/ios/Flutter/ephemeral | |||
jmagman
Feb 25, 2021
Author
Member
The other non-template .gitignores aren't necessary on top of this one, but let's be consistent.
The other non-template .gitignores aren't necessary on top of this one, but let's be consistent.
|
Nice, LGTM! Apologies for the naming collision; I didn't realize there was already something called "the ephemeral directory" when I made this concept for desktop, and by the time I realized it would have been a giant pain to change. |
Naming is hard. "modules" also references several concepts. |
d099ae6
into
flutter:master
Future prevention of #39491 on iOS. There's nothing currently generated in this ephemeral directory, but I'm about to put out a PR that will generate a few files to this location.
ephemeralDirectory->ephemeralModuleDirectoryFlutter/ephemeraldirectory.ephemeralDirectoryonflutter cleanThis doesn't actually move any existing generated files to this location--that can be done in individual follow-up PRs as needed.