Skip to content

Commit a4c8be2

Browse files
authored
Merge branch 'github:main' into main
2 parents 2719ee4 + 86922ae commit a4c8be2

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)