mirror of
https://github.com/l0ng-ai/tty7.git
synced 2026-09-22 00:02:23 +00:00
33 lines
675 B
JSON
33 lines
675 B
JSON
{
|
|
"$schema": "https://repomix.com/schemas/latest/schema.json",
|
|
"output": {
|
|
"filePath": "repomix-output.xml",
|
|
"style": "xml",
|
|
"compress": false,
|
|
"fileSummary": true,
|
|
"directoryStructure": true,
|
|
"removeComments": false,
|
|
"removeEmptyLines": false,
|
|
"showLineNumbers": false,
|
|
"git": {
|
|
"sortByChanges": true,
|
|
"sortByChangesMaxCommits": 100
|
|
}
|
|
},
|
|
"include": [],
|
|
"ignore": {
|
|
"useGitignore": true,
|
|
"useDefaultPatterns": true,
|
|
"customPatterns": [
|
|
"target/**",
|
|
"dist/**",
|
|
"Cargo.lock",
|
|
"assets/**",
|
|
"repomix-output.*"
|
|
]
|
|
},
|
|
"security": {
|
|
"enableSecurityCheck": true
|
|
}
|
|
}
|