소스 검색

Merge pull request #969 from MisterJames/VisualStudioIgnore

Enable Ignore of NuGet Packages Folder By Default
Phil Haack 11 년 전
부모
커밋
22f0d933d4
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 3
      IgnorePackages

+ 2 - 3
VisualStudio.gitignore → IgnorePackages

@@ -123,9 +123,8 @@ publish/
 *.azurePubxml
 
 # NuGet Packages Directory
-## TODO: If you have NuGet Package Restore enabled, uncomment the next line
-#packages/*
-## TODO: If the tool you use requires repositories.config, also uncomment the next line
+packages/*
+## TODO: If the tool you use requires repositories.config uncomment the next line
 #!packages/repositories.config
 
 # Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets