mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
docs: update .gitignore
in directory structure (#24338)
This commit is contained in:
parent
55e0f38dde
commit
41ad85ed6d
@ -14,7 +14,11 @@ We recommend having a `.gitignore` file that has **at least** the following entr
|
|||||||
```bash [.gitignore]
|
```bash [.gitignore]
|
||||||
# Nuxt dev/build outputs
|
# Nuxt dev/build outputs
|
||||||
.output
|
.output
|
||||||
|
.data
|
||||||
.nuxt
|
.nuxt
|
||||||
|
.nitro
|
||||||
|
.cache
|
||||||
|
dist
|
||||||
|
|
||||||
# Node dependencies
|
# Node dependencies
|
||||||
node_modules
|
node_modules
|
||||||
@ -27,6 +31,7 @@ logs
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
# Local env files
|
# Local env files
|
||||||
|
.env
|
||||||
.env.*
|
.env.*
|
||||||
!.env.example
|
!.env.example
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user