1
0
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:
Wesley Wiser 2013-07-22 10:21:01 -04:00
parent b2c694d792
commit ea96453f19

View File

@ -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