Skip to content

Commit 0ca84c1

Browse files
committed
Remove static/sb-alg-list.json from PR and add to .gitignore. The fetch-readmes script gets it for build
1 parent 169e6cb commit 0ca84c1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
# Generated files
88
.docusaurus
99
.cache-loader
10+
11+
# External files loaded by fetch-readmes script
1012
/docs/js-sdk/api
1113
/docs/js-sdk/examples/quickstart/*.ts
1214
/docs/js-sdk/examples/view-manifest/*.ts
@@ -23,6 +25,7 @@
2325
/docs/rust-sdk/*.md
2426
/docs/rust-sdk/docs/*.md
2527
/docs/**/readme.md
28+
/static/sb-alg-list.json
2629

2730
# Misc
2831
.DS_Store

0 commit comments

Comments
 (0)