Skip to content

Commit 2953ad3

Browse files
dot vs ignore correction
updated to correct notation for ignore of a directory in the root folder of repository
1 parent 2160cef commit 2953ad3

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.gitignore

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,6 @@ docs/html/
7777

7878
#NuGet
7979
*.nupkg
80-
/src/packages/
81-
/.vs
82-
/src/.vs/openstack.net
83-
/src/corelib/.vs
84-
/src/Samples/CSharpCodeSamples/.vs
85-
/src/Samples/VBCodeSamples/.vs
86-
/src/testing/integration/.vs
87-
/src/testing/unit/.vs
88-
/src/UpgradeLog.htm
80+
src/packages/
81+
.vs/
82+
src/UpgradeLog.htm

0 commit comments

Comments
 (0)