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 1959692 commit 053ddebCopy full SHA for 053ddeb
src/index.js
@@ -30,7 +30,7 @@ async function cloneRepo(url) {
30
function shouldIgnoreFile(filePath) {
31
const ignorePatterns = [
32
/CHANGELOG\.md$/i,
33
- /^examples\//,
+ /\/?examples(?:\/|$)/,
34
/\.stories\.mdx?$/i,
35
/node_modules/,
36
/dist/,
0 commit comments