-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathrepomix.config.json
More file actions
50 lines (50 loc) · 944 Bytes
/
repomix.config.json
File metadata and controls
50 lines (50 loc) · 944 Bytes
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
46
47
48
49
50
{
"output": {
"filePath": "repomix-output.md",
"style": "markdown",
"headerText": "Popup Maker core plugin",
"parsableStyle": false,
"fileSummary": true,
"directoryStructure": true,
"removeComments": false,
"removeEmptyLines": false,
"topFilesLength": 200,
"showLineNumbers": false,
"copyToClipboard": false
},
"include": [
"assets/**/*",
"classes/**/*",
"includes/**/*",
"packages/**/*",
"templates/**/*",
"composer.json",
"package.json",
"builtin-themes.xml",
"CHANGELOG.md",
"readme.md",
"readme.txt",
"TODO.md",
"tsconfig.*",
"webpack.*",
"*.php"
],
"ignore": {
"useGitignore": true,
"useDefaultPatterns": true,
"customPatterns": [
"**/node_modules/**/*",
"**/build/**/*",
"**/build-types/**/*",
"**/*.tsbuildinfo",
"**/tests/**/*",
"**/__tests__/**/*"
]
},
"security": {
"enableSecurityCheck": true
},
"tokenCount": {
"encoding": "o200k_base"
}
}