361e969eda
Add generated local tool directories for agents, Claude, Ruler, and Playwright to .gitignore to prevent environment-specific files from being committed.chore: ignore local AI agent and Playwright directories Add generated local tool directories for agents, Claude, Ruler, and Playwright to .gitignore to prevent environment-specific files from being committed.
47 lines
530 B
Plaintext
47 lines
530 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/
|