Skip to content

Instantly share code, notes, and snippets.

@joswr1ght
Created May 8, 2026 17:14
Show Gist options
  • Select an option

  • Save joswr1ght/8883f52627a27b31935f36a3441d3855 to your computer and use it in GitHub Desktop.

Select an option

Save joswr1ght/8883f52627a27b31935f36a3441d3855 to your computer and use it in GitHub Desktop.
Sample configuration file for Repomix to summarize a project source tree
{
"$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