mirror of
https://github.com/github/gitignore
synced 2024-12-03 08:55:43 +01:00
Fix ignoring the NuGet Packages directory
In order to ignore the contents of a folder except for a few files, the `folderName/*` syntax should be used instead of `folderName/`. See http://stackoverflow.com/a/14824494/124538
This commit is contained in:
parent
b2c694d792
commit
ea96453f19
@ -98,7 +98,7 @@ publish/
|
||||
|
||||
# NuGet Packages Directory
|
||||
## TODO: If you have NuGet Package Restore enabled, uncomment the next line
|
||||
#packages/
|
||||
#packages/*
|
||||
|
||||
# Windows Azure Build Output
|
||||
csx
|
||||
|
Loading…
Reference in New Issue
Block a user