mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
docs: improved recommended gitignore list (#21451)
This commit is contained in:
parent
c4c98d950f
commit
32c8e3bf27
@ -15,8 +15,18 @@ We recommend having a `.gitignore` file that has **at least** the following entr
|
|||||||
# Nuxt dev/build outputs
|
# Nuxt dev/build outputs
|
||||||
.output
|
.output
|
||||||
.nuxt
|
.nuxt
|
||||||
|
|
||||||
# Node dependencies
|
# Node dependencies
|
||||||
node_modules
|
node_modules
|
||||||
# System files
|
|
||||||
|
# Logs
|
||||||
|
logs
|
||||||
*.log
|
*.log
|
||||||
|
|
||||||
|
# Misc
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
|
# Local env files
|
||||||
|
.env.*
|
||||||
|
!.env.example
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user