Generates a file tree in JSON format for a specified directory, excluding files and directories based on .gitignore rules.
This tool creates a JSON representation of a directory's file tree, intelligently excluding files and directories according to `.gitignore` configurations and hidden directories (starting with '.'). It's designed to be integrated with Claude, enabling the AI to quickly understand project structure and identify relevant files for editing, boosting efficiency and collaboration.