/ .gitignore
.gitignore
1 node_modules 2 .coverage 3 .DS_Store 4 .vscode 5 yarn-error.log 6 7 /docusaurus-search-local/dist 8 /website/build 9 /website-multi-docs/build 10 11 # Generated files 12 .docusaurus 13 .cache-loader 14 15 .pnp.* 16 .yarn/* 17 */.yarn 18 !.yarn/patches 19 !.yarn/plugins 20 !.yarn/releases 21 !.yarn/sdks 22 !.yarn/versions 23 24 yalc.lock