Skip to content

Commit

Permalink
Add repomix
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptobench committed Dec 15, 2024
1 parent f49851f commit 32eee01
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .repomixignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Add patterns to ignore here, one per line
# Example:
# *.log
# tmp/
globe_data.geojson
19 changes: 19 additions & 0 deletions repomix.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"output": {
"filePath": "repomix-output.txt",
"style": "plain",
"removeComments": false,
"removeEmptyLines": false,
"topFilesLength": 5,
"showLineNumbers": false
},
"include": [],
"ignore": {
"useGitignore": true,
"useDefaultPatterns": true,
"customPatterns": []
},
"security": {
"enableSecurityCheck": true
}
}

0 comments on commit 32eee01

Please sign in to comment.