# Cloud bootstrap files — re-include for tracking even when parent dirs are
# ignored (e.g. .codex/*, .claude/*, .cursor/*). Order matters: a file under
# an excluded directory cannot be un-ignored without first un-ignoring the
# directory. We only un-ignore parent paths and whitelist AW-managed files —
# we do NOT re-ignore other content inside these dirs, so users' own scripts
# stay trackable. Hook-logs and other ephemeral state are managed elsewhere
# (see `aw init`'s repoLocalIgnore manager).
!scripts/aw-c4-bootstrap.sh
!.codex/config.toml
!.cursor/environment.json
!.codex/scripts/
!.codex/scripts/codex-web-bootstrap.sh
!.claude/scripts/
!.claude/scripts/claude-web-bootstrap.sh
