Skip to content

Commit 94fee3a

Browse files
authored
ignore .idea dir in README table
1 parent 49b2cd6 commit 94fee3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

updateCompletionTable.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const { readdirSync } = require('fs');
22
const fs = require('fs');
33
const path = require('path');
44

5-
const IGNORE_DIRS = ['.github', '.git'];
5+
const IGNORE_DIRS = ['.github', '.git', '.idea'];
66
const FOLDER_TO_LANG = {
77
javascript: 'JS',
88
typescript: 'TS',

0 commit comments

Comments
 (0)