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