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]
|
||||
# Nuxt dev/build outputs
|
||||
.output
|
||||
.data
|
||||
.nuxt
|
||||
.nitro
|
||||
.cache
|
||||
dist
|
||||
|
||||
# Node dependencies
|
||||
node_modules
|
||||
@ -27,6 +31,7 @@ logs
|
||||
.DS_Store
|
||||
|
||||
# Local env files
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user