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 # NuGet Symbol Packages
*.snupkg *.snupkg
# dotenv environment variables file
.env*
# Others # Others
~$* ~$*
*~ *~