Skip to content

Commit

Permalink
Merge pull request #1531 from sarthakforwet/dvcignore
Browse files Browse the repository at this point in the history
Updated pattern dir1/* to 'dir1/*' in dvcignore.md
  • Loading branch information
jorgeorpinel authored Jul 6, 2020
2 parents 31e04db + 31ecdbd commit 2be97f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/user-guide/dvcignore.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2be97f3

Please sign in to comment.