openobserve/.gitignore

79 lines
1.8 KiB
Plaintext

# Commonly files
.DS_Store
.history
report.json
flamegraph.svg
flamegraph.html
# Generated by Cargo
# will have compiled files and executables
/examples/
/target/
/bin/
/docs/
/.claude/*
/.agents/*
# data
/tmp/
/data*/
/src/infra/data/
/.idea/
/.vscode
/.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 council agent set,
# which the e2e-council workflow needs available in a fresh CI checkout.
/.opencode/*
!/.opencode/agents/
/.opencode/agents/*
!/.opencode/agents/e2e_ci_council_of_agents/
/tests/ux-audit/*