Skip to content

Commit 2328f93

Browse files
authored
Remove C++ from list of ignored directories
1 parent a115a53 commit 2328f93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/updateCompletionTable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ const URLS = {
466466
};
467467
delete URLS['Blind 75'];
468468

469-
const IGNORE_DIRS = ['.github', 'cpp', 'rust', '.git'];
469+
const IGNORE_DIRS = ['.github', 'rust', '.git'];
470470
const PREPEND_PATH = process.argv[2] || './';
471471
const FOLDER_TO_LANG = {
472472
javascript: 'JS',

0 commit comments

Comments
 (0)