Created
May 8, 2026 17:14
-
-
Save joswr1ght/8883f52627a27b31935f36a3441d3855 to your computer and use it in GitHub Desktop.
Sample configuration file for Repomix to summarize a project source tree
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "https://repomix.com/schemas/latest/schema.json", | |
| "output": { | |
| "filePath": "repomix-summary.xml", | |
| "style": "xml", | |
| "fileSummary": true, | |
| "directoryStructure": true, | |
| "files": false, | |
| "topFilesLength": 10 | |
| }, | |
| "ignore": { | |
| "useGitignore": true, | |
| "useDefaultPatterns": true | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment