Skip to content

Commit 14eeec3

Browse files
Ignore .github directory when regenerating indices
1 parent ab3e9fe commit 14eeec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regenerate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const ignoredFiles = [
2525
"rollup.config.js"
2626
];
2727

28-
const ignoredDirectories = [".git", "node_modules"];
28+
const ignoredDirectories = [".git", ".github", "node_modules"];
2929

3030
const identifier = name => mapping[name] || name;
3131

0 commit comments

Comments
 (0)