.gitignore: Ignore *.env files

This commit is contained in:
Collin J. Doering 2024-02-24 12:49:56 -05:00
parent aad2fc34da
commit 3b49a20426
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -5,3 +5,6 @@
# Note: 'guix deploy' will generate a public key for the provided private key
.deploy-key
.deploy-key.pub
# Environment variable files used for docker-compose/docker; generally contain secrets
*.env