mirror of
https://github.com/yamadashy/repomix.git
synced 2025-06-11 00:25:54 +03:00
41 lines
1.3 KiB
JSON
41 lines
1.3 KiB
JSON
{
|
|
"$schema": "https://repomix.com/schemas/latest/schema.json",
|
|
"input": {
|
|
"maxFileSize": 50000000
|
|
},
|
|
"output": {
|
|
"filePath": "repomix-output.xml",
|
|
"style": "xml",
|
|
"parsableStyle": false,
|
|
"compress": false,
|
|
"headerText": "This repository contains the source code for the Repomix tool.\nRepomix is designed to pack repository contents into a single file,\nmaking it easier for AI systems to analyze and process the codebase.\n\nKey Features:\n- Configurable ignore patterns\n- Custom header text support\n- Efficient file processing and packing\n\nPlease refer to the README.md file for more detailed information on usage and configuration.\n",
|
|
"instructionFilePath": "repomix-instruction.md",
|
|
"fileSummary": true,
|
|
"directoryStructure": true,
|
|
"files": true,
|
|
"removeComments": false,
|
|
"removeEmptyLines": false,
|
|
"topFilesLength": 5,
|
|
"showLineNumbers": false,
|
|
"includeEmptyDirectories": true,
|
|
"git": {
|
|
"sortByChanges": true,
|
|
"sortByChangesMaxCommits": 100,
|
|
"includeDiffs": false
|
|
}
|
|
},
|
|
"include": [],
|
|
"ignore": {
|
|
"useGitignore": true,
|
|
"useDefaultPatterns": true,
|
|
// ignore is specified in .repomixignore
|
|
"customPatterns": []
|
|
},
|
|
"security": {
|
|
"enableSecurityCheck": true
|
|
},
|
|
"tokenCount": {
|
|
"encoding": "o200k_base"
|
|
}
|
|
}
|