mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-26 06:27:59 +02:00
chore: removal of Docusaurus v1 code from master (it is now available on docusaurus-v1 branch) (#4902)
This commit is contained in:
parent
df8a900f9c
commit
b835aecaec
463 changed files with 6 additions and 36940 deletions
|
@ -7,19 +7,9 @@
|
|||
|
||||
const path = require('path');
|
||||
|
||||
const isWin = process.platform === 'win32';
|
||||
|
||||
const windowsSpecificIgnorePatterns = [
|
||||
// v1 is legacy, not really worth it to invest in making its tests work on Windows
|
||||
'/packages/docusaurus-1.x',
|
||||
'/packages/docusaurus-init-1.x',
|
||||
];
|
||||
|
||||
const ignorePatterns = [
|
||||
'/node_modules/',
|
||||
'__fixtures__',
|
||||
'/packages/docusaurus-1.x',
|
||||
'/packages/docusaurus-init-1.x',
|
||||
'/packages/docusaurus/lib',
|
||||
'/packages/docusaurus-utils/lib',
|
||||
'/packages/docusaurus-utils-validation/lib',
|
||||
|
@ -29,7 +19,7 @@ const ignorePatterns = [
|
|||
'/packages/docusaurus-theme-classic/lib',
|
||||
'/packages/docusaurus-theme-classic/lib-next',
|
||||
'/packages/docusaurus-migrate/lib',
|
||||
].concat(isWin ? windowsSpecificIgnorePatterns : []);
|
||||
];
|
||||
|
||||
module.exports = {
|
||||
rootDir: path.resolve(__dirname),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue