sync_gitignore
Synchronize the .gitignore file by adding missing canonical entries while preserving custom lines. Preview changes with dry run mode before applying.
Instructions
Synchronise the managed event4u/agent-config block in the consumer project's .gitignore — add missing canonical entries while preserving user-added lines. Use after upgrading the package or when generated paths are being tracked by mistake. Edits .gitignore and returns the added / removed entries. Set dry_run: true to preview the changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | When true, return the planned `.gitignore` changes without writing the file. |