I have changes in my .env
files and this include my database user name and password. I don't want to push (now and in the future) these changes because my colleagues are using different user/password and they will be affected if I do so - this is the current setup.
What am I gonna do so when I issue git status
, modified: .env will not appear anymore but I have to keep my changes?