get_project_tree
Retrieve the directory structure and file tree of a local repository, respecting .gitignore rules to filter out irrelevant files.
Instructions
Returns the directory structure and file tree of the local repository, respecting .gitignore rules.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_depth | No | Maximum directory depth to scan (default: 4) |