Skip to content

Commit 4bfe85a

Browse files
committed
ignore ".specs" folder for lua
1 parent c121cce commit 4bfe85a

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.prettierrc

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"trailingComma": "es5",
3+
"tabWidth": 2,
4+
"semi": true,
5+
"singleQuote": false
6+
}

scripts/fetch-algorithms.ts

+1
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,7 @@ function isValidCategory(name: string) {
455455
"github",
456456
"ipynbcheckpoints",
457457
"leetcode",
458+
"spec",
458459
]) {
459460
if (normalize(name).includes(exclude)) return false;
460461
}

0 commit comments

Comments
 (0)