diff --git a/Dotnet.gitignore b/Dotnet.gitignore index 35063fc7..fa3f1b24 100644 --- a/Dotnet.gitignore +++ b/Dotnet.gitignore @@ -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 \ No newline at end of file +nunit-*.xml