mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-06 02:08:55 +02:00
* improve ci * improve ci * use actions/setup-node@v2 everywhere * run pwd for test * debug gh action * debug glob CI issue? * Separate v1/v2 tests due to shell conflict * cleanup * test v1 change * circleci fix * fix test docusaurus v1 paths * Refactor CI script names and use paths to filter actions from running unnecessary * fix lighthouse url * v1 tests runInBand * try to fix v1 tests race conditions * change rootDir for v1 tests * minor CI improvements
38 lines
585 B
Text
38 lines
585 B
Text
.DS_Store
|
|
.vscode
|
|
.idea
|
|
*.iml
|
|
*.code-workspace
|
|
.changelog
|
|
|
|
node_modules
|
|
.yarn
|
|
|
|
.eslintcache
|
|
|
|
yarn-error.log
|
|
build
|
|
coverage
|
|
.docusaurus
|
|
.cache-loader
|
|
types
|
|
test-website
|
|
|
|
packages/docusaurus/lib/
|
|
packages/docusaurus-*/lib/*
|
|
!packages/docusaurus-1.x/lib/*
|
|
packages/docusaurus-1.x/lib/core/metadata.js
|
|
packages/docusaurus-1.x/lib/core/MetadataBlog.js
|
|
packages/docusaurus-*/lib-next/
|
|
|
|
website/netlifyDeployPreview/*
|
|
!website/netlifyDeployPreview/index.html
|
|
!website/netlifyDeployPreview/_redirects
|
|
|
|
website-1.x-migrated
|
|
|
|
website/i18n/**/*
|
|
#!website/i18n/fr
|
|
#!website/i18n/fr/**/*
|
|
|
|
.netlify
|