109 lines
2.4 KiB
Plaintext
109 lines
2.4 KiB
Plaintext
# Commonly files
|
|
.DS_Store
|
|
.history
|
|
report.json
|
|
flamegraph.svg
|
|
flamegraph.html
|
|
|
|
# node
|
|
node_modules/
|
|
.vite/
|
|
.vitest/
|
|
|
|
# Generated by Cargo
|
|
# will have compiled files and executables
|
|
/examples/
|
|
/target/
|
|
/bin/
|
|
/docs/
|
|
/.claude/*
|
|
/.agents/*
|
|
|
|
# data
|
|
/tmp/
|
|
/data*/
|
|
/src/infra/data/
|
|
/src/core/data/
|
|
/src/db/data/
|
|
/src/promql/data/
|
|
/src/promql_service/data/
|
|
/src/search/data/
|
|
/.idea/
|
|
/.vscode/*
|
|
!/.vscode/launch.json
|
|
!/.vscode/settings.json
|
|
!/.vscode/extensions.json
|
|
/.env
|
|
/.env*
|
|
/integration-tests
|
|
/download/
|
|
|
|
# web distribution
|
|
/web/dist
|
|
/web/.env
|
|
|
|
CLAUDE.md
|
|
/tests/ui-testing/test-logs
|
|
/tests/ui-testing/test-archives
|
|
/test-logs
|
|
tests/ui-testing/playwright-tests/utils/auth/user.json
|
|
/tests/ui-testing/utils/test-mapping/archived-utils
|
|
/tests/ui-testing/playwright-results
|
|
/tests/ui-testing/testDinoPOC/MD Files
|
|
/tests/ui-testing/playwright-tests/envRunsMDFiles
|
|
/tests/ui-testing/testDinoPOC
|
|
/tests/ui-testing/MD_Files
|
|
*.bak
|
|
/tests/ui-testing/MD_Files
|
|
.github/workflows/bug-automation-helper.yml
|
|
/tests/bug-automation
|
|
tests/playwright_mcp/
|
|
/tests/ui-testing/metrics-ingestion
|
|
|
|
# CI-copied Claude configs (runtime only, not committed)
|
|
CLAUDE.md
|
|
.claude/commands/
|
|
.claude/agents/
|
|
.claude/skills/
|
|
.claude/settings.json
|
|
/tests/test-data/correlation-data
|
|
.mcp.json
|
|
tests/ui-testing/playwright-tests/Dashboards/DASHBOARD_VARIABLES_FIXES.md
|
|
tests/ui-testing/fixtures/correlation.json
|
|
/.playwright-mcp
|
|
tests/ui-testing/playwright-poc.config.js
|
|
tests/ui-testing/seed-mcp.spec.js
|
|
tests/ui-testing/docs/test_generator/audit-reports/cloud-compatibility-audit-2026-03-05.md
|
|
tests/ui-testing/scripts/check-topology.js
|
|
v0.70.0_release_gap_report.pdf
|
|
tests/ui-testing/.env.old
|
|
|
|
# Screenshots and test artifacts
|
|
/test-results/
|
|
/test-assist-results/
|
|
/tests/ui-testing/test-output/
|
|
**/debug-login-page.png
|
|
# OpenCode: ignore everything under .opencode EXCEPT the CI agent sets,
|
|
# which the e2e-council and query-agent workflows need available in a fresh CI checkout.
|
|
/.opencode/*
|
|
!/.opencode/agents/
|
|
/.opencode/agents/*
|
|
!/.opencode/agents/e2e_ci_council_of_agents/
|
|
/tests/ux-audit/*.worktrees/
|
|
|
|
# Track the shared ui-architect + eslint-error-handling skills; the rest of
|
|
# .claude stays ignored.
|
|
!/.claude/skills/
|
|
/.claude/skills/*
|
|
!/.claude/skills/ui-architect/
|
|
!/.claude/skills/eslint-error-handling/
|
|
|
|
alert_mock
|
|
node_modules/
|
|
# Local verification artifacts (browser screenshots, per-crate scratch DBs)
|
|
/alerts-list-f2.png
|
|
/final-list.png
|
|
/form-advanced.png
|
|
src/*/data/
|
|
.vscode/settings.json
|