Merge pull request #4747 from mikekistler/patch-1

Add .env to gitignore for dotenv files
This commit is contained in:
Tim Hunter 2025-11-17 10:23:12 -08:00 committed by GitHub
commit 86922aee42
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 1 deletions

View File

@ -36,6 +36,9 @@ ScaffoldingReadMe.txt
# NuGet Symbol Packages
*.snupkg
# dotenv environment variables file
.env
# Others
~$*
*~
@ -51,4 +54,4 @@ CodeCoverage/
# NUnit
*.VisualState.xml
TestResult.xml
nunit-*.xml
nunit-*.xml