Add .env* to .gitignore, so you can have separate environment files (for instance, one for development and one for production) and not have them show up in Git.
.env*
.gitignore