get_file_tree
Generate and retrieve the file tree structure of a project, with options to customize paths, use .gitignore rules, or exclude .git directories, for efficient code repository processing.
Instructions
Retrieves the file tree structure of the project.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
custom_blacklist | No | Custom blacklist items. | |
ignore_git | No | Whether to ignore the .git directory. | |
path | No | The target directory path. | |
use_gitignore | No | Whether to use .gitignore rules. |