24 lines
226 B
Plaintext
24 lines
226 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Build outputs
|
|
.nuxt/
|
|
.output/
|
|
dist/
|
|
|
|
# Logs and caches
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
.npm-cache/
|
|
.cache/
|
|
|
|
# Env files
|
|
.env
|
|
nuxt4-app/.env
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|