File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed
Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -131,17 +131,13 @@ publish/
131131* .pubxml
132132
133133# NuGet Packages
134- ** /packages /*
135134* .nupkg
136- # # TODO: If the tool you use *requires* repositories.config, (note that this file is normally regenerated so you should not need it in source control)
137- # # uncomment the next line
138- # !**/packages/repositories.config
139-
140- # Enable "build/" folder in the NuGet Packages folder since
141- # NuGet packages use it for MSBuild targets.
142- # This line needs to be after the ignore of the build folder
143- # (and the packages folder if the line above has been uncommented)
135+ # The packages folder can be ignored because of Package Restore
136+ ** /packages /*
137+ # except build/, which is used as an MSBuild target.
144138! ** /packages /build /
139+ # If using the old MSBuild-Integrated Package Restore, uncomment this:
140+ # !**/packages/repositories.config
145141
146142# Windows Azure Build Output
147143csx /
You can’t perform that action at this time.
0 commit comments