Skip to content

Commit 6122fa8

Browse files
ci: add repomix config
1 parent 0827be0 commit 6122fa8

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
{
2+
"$schema": "https://repomix.com/schemas/latest/schema.json",
3+
"input": {
4+
"maxFileSize": 52428800
5+
},
6+
"output": {
7+
"filePath": "repomix-output.md",
8+
"style": "markdown",
9+
"parsableStyle": false,
10+
"fileSummary": true,
11+
"directoryStructure": true,
12+
"files": true,
13+
"removeComments": true,
14+
"removeEmptyLines": false,
15+
"compress": true,
16+
"topFilesLength": 5,
17+
"showLineNumbers": false,
18+
"copyToClipboard": false,
19+
"git": {
20+
"sortByChanges": true,
21+
"sortByChangesMaxCommits": 100,
22+
"includeDiffs": false
23+
}
24+
},
25+
"include": ["**/*"],
26+
"ignore": {
27+
"useGitignore": true,
28+
"useDefaultPatterns": true,
29+
"customPatterns": [
30+
".claude",
31+
".editorconfig",
32+
".markdownlint.jsonc",
33+
".vscode",
34+
"**/_index.json",
35+
"LICENSE",
36+
"repomix.config.json5",
37+
"requirements.txt",
38+
"uv.lock",
39+
]
40+
},
41+
"security": {
42+
"enableSecurityCheck": true
43+
},
44+
"tokenCount": {
45+
"encoding": "o200k_base"
46+
}
47+
}

0 commit comments

Comments
 (0)