Security - JWalshe86/career GitHub Wiki

Pushed google api key to github

Remove sensitive info on github

remove sensitive info from github

brew install git-filter-repo

This may have been my issue git not respecting to ignore .env

git rm .env --cached
git commit -m "Stopped tracking .env File"

image .env file no longer displays in github