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 1/2] 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. From c67a14d3ec0860e3ccd67a3f52c56c0b44cf8d5d Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Thu, 6 Aug 2020 12:32:21 +0000 Subject: [PATCH 2/2] Restyled by prettier --- content/docs/user-guide/dvcignore.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/docs/user-guide/dvcignore.md b/content/docs/user-guide/dvcignore.md index 9637940887..69af83366d 100644 --- a/content/docs/user-guide/dvcignore.md +++ b/content/docs/user-guide/dvcignore.md @@ -16,7 +16,8 @@ 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. You can find useful file templates [here](https://github.com/github/gitignore). + 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.