File tree Expand file tree Collapse file tree 1 file changed +47
-0
lines changed
{{cookiecutter.project_slug}} Expand file tree Collapse file tree 1 file changed +47
-0
lines changed Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments