Conversation
My line of reasoning was that we use this folder for anything that is epemeral/secret, and then we add a Vercel's have a similar concept (although they don't use the folder as heavily as we will):
I think this is still useful. The reasoning is: As a frontend dev I might have my own wdyt? |
|
Ah, makes sense. I was thinking along the lines of
I think for some form of control (e.g. changing kong's port) we can do it through the config file. Also, the compose file needs a bunch of other directories now (does the user have |
519ef4d to
f4c8f3a
Compare
|
🎉 This PR is included in version 0.2.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
What kind of change does this PR introduce?
Feature.
What is the current behavior?
The emulator's docker-compose.yml is using opaque images.
What is the new behavior?
ejectcommand (redundant since we dump the docker-compose.yml oninit),.gitignore.supabaseoninit. It will contain configs etc. in the future which we don't want to ignore (right?), for things like temporary migration scripts (?) we can add individual.gitignores in the corresponding directory.