mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-05 21:53:56 +00:00
26 lines
230 B
Plaintext
26 lines
230 B
Plaintext
# dependencies
|
|
node_modules
|
|
examples/**/*/yarn.lock
|
|
|
|
# logs
|
|
*.log
|
|
|
|
# other
|
|
.nuxt
|
|
|
|
# Dist folder
|
|
dist
|
|
|
|
# dist example generation
|
|
examples/**/dist
|
|
|
|
# Coverage support
|
|
coverage
|
|
*.lcov
|
|
.nyc_output
|
|
.vscode
|
|
|
|
# Intellij idea
|
|
*.iml
|
|
.idea
|