33fe404ca9
Add MCP and OpenCode configuration files to .gitignore to keep developer-specific local settings out of version control.chore: ignore local AI tool configuration files Add MCP and OpenCode configuration files to .gitignore to keep developer-specific local settings out of version control.
49 lines
555 B
Plaintext
49 lines
555 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
node_modules
|
|
dist
|
|
*.local
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
.eslintcache
|
|
.stylelintcache
|
|
output/playwright/
|
|
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Playwright
|
|
/test-results/
|
|
/playwright-report/
|
|
/blob-report/
|
|
/playwright/.cache/
|
|
/playwright/.auth/
|
|
# Added by code-review-graph
|
|
.code-review-graph/
|
|
|
|
.codex/config.toml
|
|
.agents/
|
|
.claude/
|
|
.ruler/
|
|
.playwright/
|
|
.mcp.json
|
|
.opencode.json
|