1
0
mirror of https://github.com/github/gitignore synced 2024-06-02 02:38:12 +02:00

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 0fb0fbefa5.
This commit is contained in:
Justin Howlett 2014-04-10 13:57:55 -04:00
parent b3d27fcf04
commit 9aa3e1c3a7

View File

@ -124,7 +124,7 @@ publish/
*.pubxml *.pubxml
# NuGet Packages Directory # NuGet Packages Directory
packages/ packages/*
## TODO: If the tool you use requires repositories.config uncomment the next line ## TODO: If the tool you use requires repositories.config uncomment the next line
#!packages/repositories.config #!packages/repositories.config