Update .gitignore (#78)

Add a couple more directories ASP.NET and Nuget create (at least on Linux)
This commit is contained in:
maedtb
2024-07-16 19:53:49 -04:00
committed by GitHub
parent 8923b1c441
commit bab05d2cf7

2
.gitignore vendored
View File

@@ -8,6 +8,8 @@ obj/
*.suo *.suo
Properties/ Properties/
.dotnet/ .dotnet/
.aspnet/
.local/
# This project # This project
/Output /Output