16 lines
132 B
Plaintext
16 lines
132 B
Plaintext
# Nuxt dev/build outputs
|
|
.output
|
|
.nuxt
|
|
.data
|
|
dist/
|
|
# Node dependencies
|
|
node_modules
|
|
# System files
|
|
*.log
|
|
|
|
.env
|
|
|
|
bun.lock
|
|
yarn.lock
|
|
|