docs: improve gitignore section (#1007)

Co-authored-by: Daniel Roe <daniel@roe.dev>
This commit is contained in:
lustremedia 2021-10-14 15:19:06 +02:00 committed by GitHub
parent 4a34c2a75b
commit e11e8b05b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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