Code Components
Remove .env from Git
echo .env >> .gitignore
git rm --cached .env
git commit -m "Stop tracking .env" De-Authorizing API Keys
Last updated
echo .env >> .gitignore
git rm --cached .env
git commit -m "Stop tracking .env" Last updated