mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-29 17:07:22 +00:00
docs: improve gitignore section (#1007)
Co-authored-by: Daniel Roe <daniel@roe.dev>
This commit is contained in:
parent
4a34c2a75b
commit
e11e8b05b1
@ -6,9 +6,9 @@ head.title: Gitignore file
|
|||||||
|
|
||||||
# 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]
|
```bash [.gitignore]
|
||||||
# Nuxt dev/build outputs
|
# Nuxt dev/build outputs
|
||||||
|
Loading…
Reference in New Issue
Block a user