41 lines
601 B
Plaintext
41 lines
601 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
|
|
*.local
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# Custom ignores
|
|
*.txt
|
|
*.md
|
|
!README.md
|
|
!data_schema.txt
|
|
!docs/**/*.md
|
|
.env
|
|
|
|
# Reference images / design workflows (local only, not for repo)
|
|
Estimate_Section_Screens_and_Workflows/
|
|
LynkedUpPro_Customer_Estimate_Presentation_DIY_Wizard_Build_Spec_v1_0.pdf
|
|
# Claude Code local config (session memory, not for repo)
|
|
.claude/
|
|
.vercel
|
|
.playwright-mcp/
|