Skip to content

Commit c7789ab

Browse files
committed
Add .nuget to .gitignore
1 parent d2345a9 commit c7789ab

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,4 +483,10 @@ docker-compose.override.yaml
483483
##
484484

485485
tmp/
486-
temp/
486+
temp/
487+
488+
# NuGet packages
489+
packages/
490+
*.nuget.props
491+
*.nuget.targets
492+
.nuget/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ dotnet add package Microsoft.EntityFrameworkCore.SqlServer
6464

6565
The `libman.json` file manages client-side libraries, while the `.csproj` file tracks NuGet dependencies. Both are automatically restored during development and build.
6666

67-
> **Important:** After installing packages, open the Deployment page and restart the running Blazor container so it loads the new dependencies.
67+
> **Important:** After installing packages, the development environment will automatically reload to include the new dependencies.
6868
6969
### Production
7070

0 commit comments

Comments
 (0)