53 lines
692 B
Plaintext
53 lines
692 B
Plaintext
# OS & Editor
|
|
.DS_Store
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
|
|
# Dependencies
|
|
node_modules
|
|
.pnpm-store
|
|
|
|
# Turborepo & Cache
|
|
.turbo
|
|
.cache
|
|
|
|
# Environment Variables (Security)
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
*.local
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Standard Web Build Outputs
|
|
dist
|
|
dist-ssr
|
|
server/dist
|
|
public/dist
|
|
|
|
# Auto-generated brand assets (copied from @repo/brand)
|
|
**/public/brand/
|
|
|
|
# Storybook Build Outputs
|
|
*storybook.log
|
|
storybook-static
|
|
|
|
# Electron Build Outputs
|
|
out/
|
|
release/
|
|
web-dist/
|
|
|
|
# Legacy Code (if applicable)
|
|
legacy/
|
|
|
|
# VitePress
|
|
**/.vitepress/cache/
|
|
**/.vitepress/dist/ |