From 31ecdbdf56ffe9c5ca3cef3489a9e312d758a0b8 Mon Sep 17 00:00:00 2001 From: sarthakforwet Date: Mon, 6 Jul 2020 10:57:32 +0530 Subject: [PATCH] Updated pattern dir1/* to 'dir1/*' --- content/docs/user-guide/dvcignore.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/user-guide/dvcignore.md b/content/docs/user-guide/dvcignore.md index 22f8e0c1bb..49d29a5fee 100644 --- a/content/docs/user-guide/dvcignore.md +++ b/content/docs/user-guide/dvcignore.md @@ -192,7 +192,7 @@ Note that both data files are displayed as modified. Create a `.dvcignore` file and insert pattern matching one of the files: ```dvc -$ echo dir1/* >> .dvcignore +$ echo 'dir1/*' >> .dvcignore ``` Check status again: