We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.idea
1 parent 49b2cd6 commit 94fee3aCopy full SHA for 94fee3a
updateCompletionTable.js
@@ -2,7 +2,7 @@ const { readdirSync } = require('fs');
2
const fs = require('fs');
3
const path = require('path');
4
5
-const IGNORE_DIRS = ['.github', '.git'];
+const IGNORE_DIRS = ['.github', '.git', '.idea'];
6
const FOLDER_TO_LANG = {
7
javascript: 'JS',
8
typescript: 'TS',
0 commit comments