Security: Remove committed .env.production files and harden .gitignore - #32
Draft
harshitsinghbhandari with Copilot wants to merge 3 commits into
Draft
Security: Remove committed .env.production files and harden .gitignore#32harshitsinghbhandari with Copilot wants to merge 3 commits into
harshitsinghbhandari with Copilot wants to merge 3 commits into
Conversation
…erns Co-authored-by: harshitsinghbhandari <212377671+harshitsinghbhandari@users.noreply.github.com> Agent-Logs-Url: https://github.com/harshitsinghbhandari/gemini-live-hackathon/sessions/8137e543-9a5d-40f8-9ebf-09e0b37e5166
Co-authored-by: harshitsinghbhandari <212377671+harshitsinghbhandari@users.noreply.github.com> Agent-Logs-Url: https://github.com/harshitsinghbhandari/gemini-live-hackathon/sessions/8137e543-9a5d-40f8-9ebf-09e0b37e5166
Copilot
AI
changed the title
[WIP] Remove exposed credentials from repository
Security: Remove committed .env.production files and harden .gitignore
Mar 25, 2026
harshitsinghbhandari
approved these changes
Mar 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
.env.productionfiles containing credentials were committed to version control and not covered by.gitignore, exposing API keys and configuration to the public repo.Changes
.gitignore: Replaced narrow env-file rules with a broad.env.*exclusion, with an explicit negation to keep*.examplefiles committable:git rm --cached: Untracks.env.productionandapps/dashboard/.env.production— files are deleted from the repo but remain on disk locally..env.production.exampleandapps/dashboard/.env.production.examplecommitted as safe replacements, documenting all required variables with descriptive placeholders.Required follow-up (repo owner)
GOOGLE_API_KEY,FCM_KEY) that were ever present in those files.git-filter-repoor BFG Repo-Cleaner — removing files from HEAD does not expunge them from history.Original prompt
💬 Send tasks to Copilot coding agent from Slack and Teams to turn conversations into code. Copilot posts an update in your thread when it's finished.