We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3eae8d commit c97c3d0Copy full SHA for c97c3d0
docs/Consume-Packages/Packages-and-Source-Control.md
@@ -99,11 +99,10 @@ To disable source control integration with TFVC for selected files:
99
*.nupkg
100
101
# Ignore the NuGet packages folder in the root of the repository. If needed, prefix 'packages'
102
- & with additional folder names if it's not in the same folder as .tfignore.
+ # with additional folder names if it's not in the same folder as .tfignore.
103
packages
104
105
- # Include package target files which may be required for MSBuild,
106
- # again prefixing the folder name as needed.
+ # Include package target files which may be required for MSBuild, again prefixing the folder name as needed.
107
!packages/*.targets
108
109
# Omit temporary files
0 commit comments