Add any .env file to .gitignore

This commit is contained in:
Eduardo Chaves 2023-12-20 10:31:14 -03:00
parent be02610349
commit edaa4aff7e

1
.gitignore vendored
View File

@ -39,6 +39,7 @@ docker-compose.yaml
/test/ /test/
/src/env.yml /src/env.yml
/store /store
*.env
/temp/* /temp/*