39 lines
431 B
Plaintext
39 lines
431 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
node_modules
|
|
dist
|
|
dist-ssr
|
|
.astro
|
|
*.local
|
|
|
|
# Editor
|
|
.DS_Store
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
|
|
# Vite
|
|
vite.config.js.timestamp-*
|
|
vite.config.ts.timestamp-*
|
|
|
|
# TypeScript
|
|
*.tsbuildinfo
|
|
|
|
# Env
|
|
.env
|
|
.env.*
|
|
|
|
# Legacy / optional (keep if you use these tools)
|
|
/build
|
|
/coverage
|
|
/test-results
|
|
/playwright-report
|
|
/playwright/.cache
|