get_file_tree
Generate a complete file tree structure for a project directory, with options to apply .gitignore rules, exclude .git folders, or add custom exclusions. Ideal for organizing and navigating code repositories.
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. |