Skip to content

Commit bf409bf

Browse files
committed
Update .gitignore to exclude nupkgs directory
Added the line `/src/nupkgs` to the .gitignore file to prevent Git from tracking files in the nupkgs directory, keeping the repository clean from unnecessary NuGet package files.
1 parent e119903 commit bf409bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ py-codes
77
.vs/
88
*.ncrunchsolution
99
*.ncrunchproject
10+
/src/nupkgs

0 commit comments

Comments
 (0)