Skip to content

Commit c97c3d0

Browse files
author
Kraig Brockschmidt
committed
Tweaks
1 parent f3eae8d commit c97c3d0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/Consume-Packages/Packages-and-Source-Control.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,10 @@ To disable source control integration with TFVC for selected files:
9999
*.nupkg
100100
101101
# 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.
102+
# with additional folder names if it's not in the same folder as .tfignore.
103103
packages
104104
105-
# Include package target files which may be required for MSBuild,
106-
# again prefixing the folder name as needed.
105+
# Include package target files which may be required for MSBuild, again prefixing the folder name as needed.
107106
!packages/*.targets
108107
109108
# Omit temporary files

0 commit comments

Comments
 (0)