Skip to content

Commit 9aa3e1c

Browse files
author
Justin Howlett
committed
Revert "Packages folder is ignored correctly".
Without the asterisk at the end of the directory's path, an exception for a file within this directory does not work. (ex. !packages/repositories.config) This reverts commit 0fb0fbe.
1 parent b3d27fc commit 9aa3e1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

VisualStudio.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ publish/
124124
*.pubxml
125125

126126
# NuGet Packages Directory
127-
packages/
127+
packages/*
128128
## TODO: If the tool you use requires repositories.config uncomment the next line
129129
#!packages/repositories.config
130130

0 commit comments

Comments
 (0)