diff --git a/docs/content/3.docs/2.directory-structure/13.gitignore.md b/docs/content/3.docs/2.directory-structure/13.gitignore.md index b6acb479ce..8e7fb29524 100644 --- a/docs/content/3.docs/2.directory-structure/13.gitignore.md +++ b/docs/content/3.docs/2.directory-structure/13.gitignore.md @@ -6,9 +6,9 @@ head.title: Gitignore file # Gitignore file -A `.gitignore` file specifies intentionally untracked files that Git should ignore. Learn more about it on [the git documentation](https://git-scm.com/docs/gitignore). +A `.gitignore` file specifies intentionally untracked files that git should ignore. Learn more about it in [the git documentation](https://git-scm.com/docs/gitignore). -We recommand to have a `.gitignore` with **at least** this lines inside: +We recommend to have a `.gitignore` file which has **at least** the following lines present: ```bash [.gitignore] # Nuxt dev/build outputs