瀏覽代碼

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 0fb0fbefa5fcd62ea5b6fe0f433588df270dcd71.

Justin Howlett 11 年之前
父節點
當前提交
9aa3e1c3a7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      VisualStudio.gitignore

+ 1 - 1
VisualStudio.gitignore

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