Ignore all environment files

Short description

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.

Merge request reports

Loading