Add .env to gitignore for dotenv files

This commit is contained in:
Mike Kistler 2025-10-19 11:24:35 -07:00 committed by GitHub
parent fc6ce5da28
commit ed85cd93b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,6 +36,9 @@ ScaffoldingReadMe.txt
# NuGet Symbol Packages
*.snupkg
# dotenv environment variables file
.env*
# Others
~$*
*~