how to add .env at gitignore code example Example: .env in gitignore git rm .env --cached git commit -m "Stopped tracking .env File"