mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-21 07:59:33 +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
|
||||
.output
|
||||
.nuxt
|
||||
|
||||
# Node dependencies
|
||||
node_modules
|
||||
# System files
|
||||
|
||||
# Logs
|
||||
logs
|
||||
*.log
|
||||
|
||||
# Misc
|
||||
.DS_Store
|
||||
|
||||
# Local env files
|
||||
.env.*
|
||||
!.env.example
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user