Skip to content

Commit

Permalink
Add repomix config
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalmaster committed Dec 24, 2024
1 parent 268100f commit 6e7d177
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
/extension.js
/extension.js.map
/extension.js.LICENSE.txt
project-output.txt

# Change log debug data
changelog-data.json
Expand Down
20 changes: 20 additions & 0 deletions repomix.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"output": {
"filePath": "project-output.txt",
"style": "plain",
"removeComments": false,
"removeEmptyLines": false,
"topFilesLength": 5,
"showLineNumbers": false,
"copyToClipboard": false
},
"include": [],
"ignore": {
"useGitignore": true,
"useDefaultPatterns": true,
"customPatterns": ["src/lotties"]
},
"security": {
"enableSecurityCheck": true
}
}

0 comments on commit 6e7d177

Please sign in to comment.