From baa8563375eff4059399966ced29089422d9d6f6 Mon Sep 17 00:00:00 2001 From: Anatoly <44327258+aerubanov@users.noreply.github.com> Date: Thu, 6 Aug 2020 15:31:03 +0300 Subject: [PATCH] Add link on templates for .dvcignore. Related with https://github.com/iterative/dvc/pull/4229 --- 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 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.