diff --git a/.repomixignore b/.repomixignore new file mode 100644 index 0000000..b196942 --- /dev/null +++ b/.repomixignore @@ -0,0 +1,5 @@ +# Add patterns to ignore here, one per line +# Example: +# *.log +# tmp/ +globe_data.geojson \ No newline at end of file diff --git a/repomix.config.json b/repomix.config.json new file mode 100644 index 0000000..5dcd774 --- /dev/null +++ b/repomix.config.json @@ -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 + } +} \ No newline at end of file