28 lines
171 B
Plaintext
28 lines
171 B
Plaintext
# Nuxt
|
|
.nuxt
|
|
.output
|
|
.env
|
|
dist
|
|
|
|
# Node
|
|
node_modules
|
|
*.log*
|
|
.DS_Store
|
|
.vscode
|
|
.idea
|
|
|
|
# Build
|
|
.output
|
|
.nuxt
|
|
|
|
# Cache
|
|
.cache
|
|
|
|
# Temp
|
|
*.tmp
|
|
*.bak
|
|
*.swp
|
|
|
|
# pnpm
|
|
pnpm-lock.yaml
|