# Issue #10 e2e fixture .gitignore (DEC-021).
# Only `target/manifest.json` (committed by US-002) survives; everything else
# generated by `dbt parse`, the e2e test, or local maintainer runs is ignored.
#
# The negation below overrides `tests/fixtures/.gitignore` line 17
# (`dbt_project_*/target/manifest.json`), which is intended for the DuckDB
# small/medium fixtures (those commit only the scrubbed `manifest_v<N>.json`).
# The Austin fixture commits the scrubbed `manifest.json` directly because
# the regen script (`regenerate.sh`) only produces a single schema-version
# output (v12; dbt-bigquery 1.8.x) and there is no per-version variant set.
!target/manifest.json
.signalforge/
dbt_packages/
target/run_results.json
target/partial_parse.msgpack
logs/
