What should I do with my project's `.aio` file?
Hello, I'm new to AEM as a Cloud Service Rapid Development Environments (RDEs), though I have been able to complete Installing the RDE Command-Line Tools using node v18 LTS on Ubuntu 22.04 LTS and deploy the WKND archetype project I created earlier.
Specifically I can now see I departed from the guide's recommended step 4, instead of:
aio config:set cloudmanager_orgid <MYORGID>
I actually used:
aio cloudmanager:org:select
The latter creates a .aio file.
I suppose I've answered the question I was about to ask - can I delete the .aio file?
It looks like yes, delete it (don't commit it like for example package-lock.json).