Merge pull request #312 from stgcompany/develop

Exclude all .env files on .gitignore and renamed one to .env.example
This commit is contained in:
Davidson Gomes 2023-12-20 12:22:03 -03:00 committed by GitHub
commit 71e908ad1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 0 deletions

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/*