-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathrepomix.config.json
More file actions
45 lines (45 loc) · 1.05 KB
/
repomix.config.json
File metadata and controls
45 lines (45 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"output": {
"filePath": "repomix-output.xml",
"style": "xml",
"parsableStyle": false,
"fileSummary": true,
"directoryStructure": true,
"removeComments": true,
"removeEmptyLines": true,
"compress": true,
"topFilesLength": 5,
"showLineNumbers": false,
"copyToClipboard": false,
"git": {
"sortByChanges": false,
"sortByChangesMaxCommits": 100
},
"instructionFilePath": "./cli/src/templates/repomix-instructions/instruction-project-structure.md"
},
"include": [],
"ignore": {
"useGitignore": true,
"useDefaultPatterns": true,
"customPatterns": [
"cli/src/wip",
"cli/src/templates/repomix-instructions",
"cli/src/actions/defaultAction.ts",
"cli/src/add-repomix-server.ts",
"PROJECT_*.md",
".cursor",
"lib",
"*.log",
"repomix*",
"*/repomix*",
"awesome-cursorrules",
".github/workflows/snyk-security.yml"
]
},
"security": {
"enableSecurityCheck": true
},
"tokenCount": {
"encoding": "o200k_base"
}
}