diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000000000..10d2e60019472 --- /dev/null +++ b/.npmignore @@ -0,0 +1,28 @@ +dist/test +dist/**/*.{js.map,d.ts} + +.DS_Store + +# local env files +.env.local +.env.*.local + +# Log files +yarn-debug.log* +yarn-error.log* + +# Editor directories and files +.idea +.vscode +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw* + +.editorconfig +.eslintrc.js +tsconfig.json +tslint.json + +.turbo diff --git a/packages/design-system/.npmignore b/packages/design-system/.npmignore index 15ceddfd7f1c7..c559c857e305a 100644 --- a/packages/design-system/.npmignore +++ b/packages/design-system/.npmignore @@ -1,25 +1,15 @@ -.DS_Store -storybook-static - +/src/**/*.{ts,vue,scss,snap} +/theme/src +!dist -# local env files -.env.local -.env.*.local - -# Log files -npm-debug.log* -yarn-debug.log* -yarn-error.log* -pnpm-debug.log* +storybook-static +.storybook -# Editor directories and files -.idea -.vscode -*.suo -*.ntvs* -*.njsproj -*.sln -*.sw? +.browserslistrc +babel.config.js +gulpfile.js +jest.config.js +vite.config.ts *.md *.stories.js diff --git a/packages/editor-ui/.npmignore b/packages/editor-ui/.npmignore index 23b1e8fc108cf..0928f765489d2 100644 --- a/packages/editor-ui/.npmignore +++ b/packages/editor-ui/.npmignore @@ -1,33 +1,12 @@ -/tests/ /src - -# local env files -.env.local -.env.*.local - -# Log files -yarn-debug.log* -yarn-error.log* - -# Editor directories and files -.idea -.vscode -*.suo -*.ntvs* -*.njsproj -*.sln -*.sw* +/tests +!dist .browserslistrc -.editorconfig -.eslintrc.js babel.config.js cypress.json jest.config.js postcss.config.js -tsconfig.json -tslint.json vue.config.js dist/report.html -dist/**/*.map public/