Skip to content

Commit cf0b8a0

Browse files
committed
feat: initial release of code2prompt-manager
1 parent 53693ad commit cf0b8a0

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -70,20 +70,20 @@ code2prompt-manager -e "*.log,temp/**"
7070

7171
The tool automatically excludes common large directories and files:
7272

73-
- node_modules/**
74-
- vendor/**
75-
- .git/**
76-
- .next/**
77-
- .husky/**
78-
- dist/**
79-
- build/**
80-
- public/**
81-
- docs/**
73+
- node_modules/\*\*
74+
- vendor/\*\*
75+
- .git/\*\*
76+
- .next/\*\*
77+
- .husky/\*\*
78+
- dist/\*\*
79+
- build/\*\*
80+
- public/\*\*
81+
- docs/\*\*
8282
- package-lock.json
8383
- composer.lock
8484
- yarn.lock
85-
- *.min.js
86-
- *.min.css
85+
- \*.min.js
86+
- \*.min.css
8787

8888
You can add or remove excludes through the interactive selection.
8989

@@ -106,4 +106,4 @@ The `-l, --limit` option sets a target size limit for your output file:
106106

107107
## License
108108

109-
MIT
109+
MIT

0 commit comments

Comments
 (0)