Skip to content

Commit c48c42e

Browse files
committed
Configure Repomix
https://repomix.com/ [ci skip]
1 parent 83f9a10 commit c48c42e

File tree

3 files changed

+43
-0
lines changed

3 files changed

+43
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.DS_Store
22
deno.lock
3+
repomix-output.xml
34
t.ts
45
t2.ts

.repomixignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
.devcontainer/
2+
.git/
3+
.github/
4+
.vscode/
5+
.zed/
6+
repomix-output.xml
7+
src/codegen/__snapshots__/
8+
src/vocab/__snapshots__/
9+
src/npm/
10+
scripts/
11+
t.ts

repomix.config.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"output": {
3+
"filePath": "repomix-output.xml",
4+
"style": "xml",
5+
"parsableStyle": false,
6+
"fileSummary": true,
7+
"directoryStructure": true,
8+
"removeComments": false,
9+
"removeEmptyLines": false,
10+
"compress": false,
11+
"topFilesLength": 5,
12+
"showLineNumbers": false,
13+
"copyToClipboard": false,
14+
"git": {
15+
"sortByChanges": true,
16+
"sortByChangesMaxCommits": 100
17+
}
18+
},
19+
"include": [],
20+
"ignore": {
21+
"useGitignore": true,
22+
"useDefaultPatterns": true,
23+
"customPatterns": []
24+
},
25+
"security": {
26+
"enableSecurityCheck": true
27+
},
28+
"tokenCount": {
29+
"encoding": "o200k_base"
30+
}
31+
}

0 commit comments

Comments
 (0)