File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -70,20 +70,20 @@ code2prompt-manager -e "*.log,temp/**"
7070
7171The 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
8888You 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
You can’t perform that action at this time.
0 commit comments