diff --git a/content/docs/user-guide/dvcignore.md b/content/docs/user-guide/dvcignore.md index 5fc2ca3291..9637940887 100644 --- a/content/docs/user-guide/dvcignore.md +++ b/content/docs/user-guide/dvcignore.md @@ -16,7 +16,7 @@ similar to `.gitignore` in Git. - You need to create the `.dvcignore` file. It can be placed in the root of the project or inside any subdirectory (see also [remarks](#Remarks) below). - Populate it with [patterns](https://git-scm.com/docs/gitignore) that you would - like to ignore. + like to ignore. You can find useful file templates [here](https://github.com/github/gitignore). - Each line should contain only one pattern. - During execution of commands that traverse directories, DVC will ignore matching paths.