We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53693ad commit cf0b8a0Copy full SHA for cf0b8a0
README.md
@@ -70,20 +70,20 @@ code2prompt-manager -e "*.log,temp/**"
70
71
The tool automatically excludes common large directories and files:
72
73
-- node_modules/**
74
-- vendor/**
75
-- .git/**
76
-- .next/**
77
-- .husky/**
78
-- dist/**
79
-- build/**
80
-- public/**
81
-- docs/**
+- node_modules/\*\*
+- vendor/\*\*
+- .git/\*\*
+- .next/\*\*
+- .husky/\*\*
+- dist/\*\*
+- build/\*\*
+- public/\*\*
+- docs/\*\*
82
- package-lock.json
83
- composer.lock
84
- yarn.lock
85
-- *.min.js
86
-- *.min.css
+- \*.min.js
+- \*.min.css
87
88
You can add or remove excludes through the interactive selection.
89
@@ -106,4 +106,4 @@ The `-l, --limit` option sets a target size limit for your output file:
106
107
## License
108
109
-MIT
+MIT
0 commit comments