Skip to content

Commit ed85cd9

Browse files
authored
Add .env to gitignore for dotenv files
1 parent fc6ce5d commit ed85cd9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Dotnet.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ ScaffoldingReadMe.txt
3636
# NuGet Symbol Packages
3737
*.snupkg
3838

39+
# dotenv environment variables file
40+
.env*
41+
3942
# Others
4043
~$*
4144
*~
@@ -51,4 +54,4 @@ CodeCoverage/
5154
# NUnit
5255
*.VisualState.xml
5356
TestResult.xml
54-
nunit-*.xml
57+
nunit-*.xml

0 commit comments

Comments
 (0)