20 lines
196 B
Plaintext
20 lines
196 B
Plaintext
.git
|
|
.gitignore
|
|
.idea
|
|
.vscode
|
|
|
|
node_modules
|
|
.nuxt
|
|
.output
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
.DS_Store
|
|
|
|
# Local env files (prefer passing via --env-file)
|
|
.env
|
|
.env.*
|