Skip to content

Commit

Permalink
chore(repomix): rename repomix
Browse files Browse the repository at this point in the history
  • Loading branch information
yamadashy committed Dec 1, 2024
1 parent 906e0c8 commit d647964
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -295,4 +295,4 @@ $RECYCLE.BIN/
dist/
packages/
storage/
repopack-output.txt
repomix-output.txt
4 changes: 2 additions & 2 deletions repopack.config.json → repomix.config.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"output": {
"filePath": "repopack-output.txt",
"filePath": "repomix-output.txt",
"headerText": "This project is a cross-browser extension written in TypeScript that groups Slack channels by prefix, with a structure including app/ for source code, tests/ for unit tests, and various configuration files for build and development processes."
},
"ignore": {
"useDefaultPatterns": true,
"customPatterns": []
}
}
}

0 comments on commit d647964

Please sign in to comment.