Hi Sampad Gorai,
I saw that the .env file was committed in the project. Since it contains sensitive keys, it should not be in the repo. Please do the following:
-
Delete the current repo (or make it private right away).
-
On your local machine:
-
Push the project again to a fresh repo without the .env file.
-
Regenerate/rotate all the exposed keys (Supabase, APIs, etc.) because they are already public.
This will keep the project safe and professional.
Hi Sampad Gorai,
I saw that the
.envfile was committed in the project. Since it contains sensitive keys, it should not be in the repo. Please do the following:Delete the current repo (or make it private right away).
On your local machine:
Remove the
.envfile.Add
.envto.gitignore.Create a
.env.examplefile with placeholders, for example:Push the project again to a fresh repo without the
.envfile.Regenerate/rotate all the exposed keys (Supabase, APIs, etc.) because they are already public.
This will keep the project safe and professional.