diff --git a/.npmignore b/.npmignore deleted file mode 100644 index d6325eb5..00000000 --- a/.npmignore +++ /dev/null @@ -1,89 +0,0 @@ -# Logs -*.log -npm-debug.log* -yarn-debug.log* -yarn-error.log* - -# Runtime data -*.pid -*.seed -*.pid.lock - -# Directory for instrumented libs generated by jscoverage/JSCover -lib-cov - -# Coverage directory used by tools like istanbul -coverage - -# nyc test coverage -.nyc_output - -# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) -.grunt - -# Bower dependency directory (https://bower.io/) -bower_components - -# node-waf configuration -.lock-wscript - -# Compiled binary addons (https://nodejs.org/api/addons.html) -build/Release - -# Dependency directories -node_modules/ -jspm_packages/ - -# Optional npm cache directory -.npm - -# Optional eslint cache -.eslintcache - -# Optional REPL history -.node_repl_history - -# Output of 'npm pack' -*.tgz - -# Yarn Integrity file -.yarn-integrity - -# dotenv environment variables file -.env - -# next.js build output -.next - -# OS X temporary files -.DS_Store - -# Visual Studio Code -.vscode -!.vscode/settings.json -!.vscode/tasks.json -!.vscode/launch.json -!.vscode/extensions.json -!*.code-workspace - -# IntelliJ IDEA project files; if you want to commit IntelliJ settings, this recipe may be helpful: -# https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore -.idea/ -*.iml - -# Rush temporary files -common/deploy/ -common/temp/ -common/autoinstallers/*/.npmrc -**/.rush/temp/ -*.lock - -# Heft temporary files -.cache -.heft - -# Typescript build files -**/tsconfig.tsbuildinfo - -# XState generated files -**/*.typegen.ts diff --git a/aform/.npmignore b/aform/.npmignore new file mode 100644 index 00000000..0c5b1f0c --- /dev/null +++ b/aform/.npmignore @@ -0,0 +1,30 @@ +# THIS IS A STANDARD TEMPLATE FOR .npmignore FILES IN THIS REPO. + +# Ignore all files by default, to avoid accidentally publishing unintended files. +* + +# Use negative patterns to bring back the specific things we want to publish. +!/bin/** +!/src/** +!/src-*/** +!/dist/** +!ThirdPartyNotice.txt + +# Ignore certain patterns that should not get published. +/dist/*.stats.* +/src/**/test/ +/src-*/**/test/ +*.test.js + +# NOTE: These don't need to be specified, because NPM includes them automatically. +# +# package.json +# README (and its variants) +# CHANGELOG (and its variants) +# LICENSE / LICENCE + +#-------------------------------------------- +# DO NOT MODIFY THE TEMPLATE ABOVE THIS LINE +#-------------------------------------------- + +# (Add your project-specific overrides here) \ No newline at end of file diff --git a/atable/.npmignore b/atable/.npmignore new file mode 100644 index 00000000..0c5b1f0c --- /dev/null +++ b/atable/.npmignore @@ -0,0 +1,30 @@ +# THIS IS A STANDARD TEMPLATE FOR .npmignore FILES IN THIS REPO. + +# Ignore all files by default, to avoid accidentally publishing unintended files. +* + +# Use negative patterns to bring back the specific things we want to publish. +!/bin/** +!/src/** +!/src-*/** +!/dist/** +!ThirdPartyNotice.txt + +# Ignore certain patterns that should not get published. +/dist/*.stats.* +/src/**/test/ +/src-*/**/test/ +*.test.js + +# NOTE: These don't need to be specified, because NPM includes them automatically. +# +# package.json +# README (and its variants) +# CHANGELOG (and its variants) +# LICENSE / LICENCE + +#-------------------------------------------- +# DO NOT MODIFY THE TEMPLATE ABOVE THIS LINE +#-------------------------------------------- + +# (Add your project-specific overrides here) \ No newline at end of file diff --git a/beam/.npmignore b/beam/.npmignore new file mode 100644 index 00000000..0c5b1f0c --- /dev/null +++ b/beam/.npmignore @@ -0,0 +1,30 @@ +# THIS IS A STANDARD TEMPLATE FOR .npmignore FILES IN THIS REPO. + +# Ignore all files by default, to avoid accidentally publishing unintended files. +* + +# Use negative patterns to bring back the specific things we want to publish. +!/bin/** +!/src/** +!/src-*/** +!/dist/** +!ThirdPartyNotice.txt + +# Ignore certain patterns that should not get published. +/dist/*.stats.* +/src/**/test/ +/src-*/**/test/ +*.test.js + +# NOTE: These don't need to be specified, because NPM includes them automatically. +# +# package.json +# README (and its variants) +# CHANGELOG (and its variants) +# LICENSE / LICENCE + +#-------------------------------------------- +# DO NOT MODIFY THE TEMPLATE ABOVE THIS LINE +#-------------------------------------------- + +# (Add your project-specific overrides here) \ No newline at end of file diff --git a/code_editor/.npmignore b/code_editor/.npmignore new file mode 100644 index 00000000..0c5b1f0c --- /dev/null +++ b/code_editor/.npmignore @@ -0,0 +1,30 @@ +# THIS IS A STANDARD TEMPLATE FOR .npmignore FILES IN THIS REPO. + +# Ignore all files by default, to avoid accidentally publishing unintended files. +* + +# Use negative patterns to bring back the specific things we want to publish. +!/bin/** +!/src/** +!/src-*/** +!/dist/** +!ThirdPartyNotice.txt + +# Ignore certain patterns that should not get published. +/dist/*.stats.* +/src/**/test/ +/src-*/**/test/ +*.test.js + +# NOTE: These don't need to be specified, because NPM includes them automatically. +# +# package.json +# README (and its variants) +# CHANGELOG (and its variants) +# LICENSE / LICENCE + +#-------------------------------------------- +# DO NOT MODIFY THE TEMPLATE ABOVE THIS LINE +#-------------------------------------------- + +# (Add your project-specific overrides here) \ No newline at end of file diff --git a/common/changes/@stonecrop/aform/fix-publish-npm-2_2024-06-03-07-31.json b/common/changes/@stonecrop/aform/fix-publish-npm-2_2024-06-03-07-31.json new file mode 100644 index 00000000..2faf5d5c --- /dev/null +++ b/common/changes/@stonecrop/aform/fix-publish-npm-2_2024-06-03-07-31.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@stonecrop/aform", + "comment": "Add npmignore file", + "type": "patch" + } + ], + "packageName": "@stonecrop/aform" +} \ No newline at end of file diff --git a/common/changes/@stonecrop/atable/fix-publish-npm-2_2024-06-03-07-31.json b/common/changes/@stonecrop/atable/fix-publish-npm-2_2024-06-03-07-31.json new file mode 100644 index 00000000..1e0f17b3 --- /dev/null +++ b/common/changes/@stonecrop/atable/fix-publish-npm-2_2024-06-03-07-31.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@stonecrop/atable", + "comment": "Add npmignore file", + "type": "patch" + } + ], + "packageName": "@stonecrop/atable" +} \ No newline at end of file diff --git a/common/changes/@stonecrop/beam/fix-publish-npm-2_2024-06-03-07-31.json b/common/changes/@stonecrop/beam/fix-publish-npm-2_2024-06-03-07-31.json new file mode 100644 index 00000000..2c179b52 --- /dev/null +++ b/common/changes/@stonecrop/beam/fix-publish-npm-2_2024-06-03-07-31.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@stonecrop/beam", + "comment": "Add npmignore file", + "type": "patch" + } + ], + "packageName": "@stonecrop/beam" +} \ No newline at end of file diff --git a/common/changes/@stonecrop/code-editor/fix-publish-npm-2_2024-06-03-07-31.json b/common/changes/@stonecrop/code-editor/fix-publish-npm-2_2024-06-03-07-31.json new file mode 100644 index 00000000..87b236a5 --- /dev/null +++ b/common/changes/@stonecrop/code-editor/fix-publish-npm-2_2024-06-03-07-31.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@stonecrop/code-editor", + "comment": "Add npmignore file", + "type": "patch" + } + ], + "packageName": "@stonecrop/code-editor" +} \ No newline at end of file diff --git a/common/changes/@stonecrop/desktop/fix-publish-npm-2_2024-06-03-07-31.json b/common/changes/@stonecrop/desktop/fix-publish-npm-2_2024-06-03-07-31.json new file mode 100644 index 00000000..a0491030 --- /dev/null +++ b/common/changes/@stonecrop/desktop/fix-publish-npm-2_2024-06-03-07-31.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@stonecrop/desktop", + "comment": "Add npmignore file", + "type": "patch" + } + ], + "packageName": "@stonecrop/desktop" +} \ No newline at end of file diff --git a/common/changes/@stonecrop/graphql-client/fix-publish-npm-2_2024-06-03-07-31.json b/common/changes/@stonecrop/graphql-client/fix-publish-npm-2_2024-06-03-07-31.json new file mode 100644 index 00000000..1d6344ba --- /dev/null +++ b/common/changes/@stonecrop/graphql-client/fix-publish-npm-2_2024-06-03-07-31.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@stonecrop/graphql-client", + "comment": "Add npmignore file", + "type": "patch" + } + ], + "packageName": "@stonecrop/graphql-client" +} \ No newline at end of file diff --git a/common/changes/@stonecrop/node-editor/fix-publish-npm-2_2024-06-03-07-31.json b/common/changes/@stonecrop/node-editor/fix-publish-npm-2_2024-06-03-07-31.json new file mode 100644 index 00000000..11e252cd --- /dev/null +++ b/common/changes/@stonecrop/node-editor/fix-publish-npm-2_2024-06-03-07-31.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@stonecrop/node-editor", + "comment": "Add npmignore file", + "type": "patch" + } + ], + "packageName": "@stonecrop/node-editor" +} \ No newline at end of file diff --git a/common/changes/@stonecrop/stonecrop/fix-publish-npm-2_2024-06-03-07-31.json b/common/changes/@stonecrop/stonecrop/fix-publish-npm-2_2024-06-03-07-31.json new file mode 100644 index 00000000..e6190160 --- /dev/null +++ b/common/changes/@stonecrop/stonecrop/fix-publish-npm-2_2024-06-03-07-31.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@stonecrop/stonecrop", + "comment": "Add npmignore file", + "type": "patch" + } + ], + "packageName": "@stonecrop/stonecrop" +} \ No newline at end of file diff --git a/common/changes/@stonecrop/themes/fix-publish-npm-2_2024-06-03-07-31.json b/common/changes/@stonecrop/themes/fix-publish-npm-2_2024-06-03-07-31.json new file mode 100644 index 00000000..1f8e916e --- /dev/null +++ b/common/changes/@stonecrop/themes/fix-publish-npm-2_2024-06-03-07-31.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@stonecrop/themes", + "comment": "Add npmignore file", + "type": "patch" + } + ], + "packageName": "@stonecrop/themes" +} \ No newline at end of file diff --git a/common/changes/@stonecrop/utilities/fix-publish-npm-2_2024-06-03-07-31.json b/common/changes/@stonecrop/utilities/fix-publish-npm-2_2024-06-03-07-31.json new file mode 100644 index 00000000..69f77431 --- /dev/null +++ b/common/changes/@stonecrop/utilities/fix-publish-npm-2_2024-06-03-07-31.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@stonecrop/utilities", + "comment": "Add npmignore file", + "type": "patch" + } + ], + "packageName": "@stonecrop/utilities" +} \ No newline at end of file diff --git a/desktop/.npmignore b/desktop/.npmignore new file mode 100644 index 00000000..0c5b1f0c --- /dev/null +++ b/desktop/.npmignore @@ -0,0 +1,30 @@ +# THIS IS A STANDARD TEMPLATE FOR .npmignore FILES IN THIS REPO. + +# Ignore all files by default, to avoid accidentally publishing unintended files. +* + +# Use negative patterns to bring back the specific things we want to publish. +!/bin/** +!/src/** +!/src-*/** +!/dist/** +!ThirdPartyNotice.txt + +# Ignore certain patterns that should not get published. +/dist/*.stats.* +/src/**/test/ +/src-*/**/test/ +*.test.js + +# NOTE: These don't need to be specified, because NPM includes them automatically. +# +# package.json +# README (and its variants) +# CHANGELOG (and its variants) +# LICENSE / LICENCE + +#-------------------------------------------- +# DO NOT MODIFY THE TEMPLATE ABOVE THIS LINE +#-------------------------------------------- + +# (Add your project-specific overrides here) \ No newline at end of file diff --git a/graphql_client/.npmignore b/graphql_client/.npmignore new file mode 100644 index 00000000..0c5b1f0c --- /dev/null +++ b/graphql_client/.npmignore @@ -0,0 +1,30 @@ +# THIS IS A STANDARD TEMPLATE FOR .npmignore FILES IN THIS REPO. + +# Ignore all files by default, to avoid accidentally publishing unintended files. +* + +# Use negative patterns to bring back the specific things we want to publish. +!/bin/** +!/src/** +!/src-*/** +!/dist/** +!ThirdPartyNotice.txt + +# Ignore certain patterns that should not get published. +/dist/*.stats.* +/src/**/test/ +/src-*/**/test/ +*.test.js + +# NOTE: These don't need to be specified, because NPM includes them automatically. +# +# package.json +# README (and its variants) +# CHANGELOG (and its variants) +# LICENSE / LICENCE + +#-------------------------------------------- +# DO NOT MODIFY THE TEMPLATE ABOVE THIS LINE +#-------------------------------------------- + +# (Add your project-specific overrides here) \ No newline at end of file diff --git a/node_editor/.npmignore b/node_editor/.npmignore new file mode 100644 index 00000000..0c5b1f0c --- /dev/null +++ b/node_editor/.npmignore @@ -0,0 +1,30 @@ +# THIS IS A STANDARD TEMPLATE FOR .npmignore FILES IN THIS REPO. + +# Ignore all files by default, to avoid accidentally publishing unintended files. +* + +# Use negative patterns to bring back the specific things we want to publish. +!/bin/** +!/src/** +!/src-*/** +!/dist/** +!ThirdPartyNotice.txt + +# Ignore certain patterns that should not get published. +/dist/*.stats.* +/src/**/test/ +/src-*/**/test/ +*.test.js + +# NOTE: These don't need to be specified, because NPM includes them automatically. +# +# package.json +# README (and its variants) +# CHANGELOG (and its variants) +# LICENSE / LICENCE + +#-------------------------------------------- +# DO NOT MODIFY THE TEMPLATE ABOVE THIS LINE +#-------------------------------------------- + +# (Add your project-specific overrides here) \ No newline at end of file diff --git a/stonecrop/.npmignore b/stonecrop/.npmignore new file mode 100644 index 00000000..0c5b1f0c --- /dev/null +++ b/stonecrop/.npmignore @@ -0,0 +1,30 @@ +# THIS IS A STANDARD TEMPLATE FOR .npmignore FILES IN THIS REPO. + +# Ignore all files by default, to avoid accidentally publishing unintended files. +* + +# Use negative patterns to bring back the specific things we want to publish. +!/bin/** +!/src/** +!/src-*/** +!/dist/** +!ThirdPartyNotice.txt + +# Ignore certain patterns that should not get published. +/dist/*.stats.* +/src/**/test/ +/src-*/**/test/ +*.test.js + +# NOTE: These don't need to be specified, because NPM includes them automatically. +# +# package.json +# README (and its variants) +# CHANGELOG (and its variants) +# LICENSE / LICENCE + +#-------------------------------------------- +# DO NOT MODIFY THE TEMPLATE ABOVE THIS LINE +#-------------------------------------------- + +# (Add your project-specific overrides here) \ No newline at end of file diff --git a/themes/.npmignore b/themes/.npmignore new file mode 100644 index 00000000..0c5b1f0c --- /dev/null +++ b/themes/.npmignore @@ -0,0 +1,30 @@ +# THIS IS A STANDARD TEMPLATE FOR .npmignore FILES IN THIS REPO. + +# Ignore all files by default, to avoid accidentally publishing unintended files. +* + +# Use negative patterns to bring back the specific things we want to publish. +!/bin/** +!/src/** +!/src-*/** +!/dist/** +!ThirdPartyNotice.txt + +# Ignore certain patterns that should not get published. +/dist/*.stats.* +/src/**/test/ +/src-*/**/test/ +*.test.js + +# NOTE: These don't need to be specified, because NPM includes them automatically. +# +# package.json +# README (and its variants) +# CHANGELOG (and its variants) +# LICENSE / LICENCE + +#-------------------------------------------- +# DO NOT MODIFY THE TEMPLATE ABOVE THIS LINE +#-------------------------------------------- + +# (Add your project-specific overrides here) \ No newline at end of file diff --git a/utilities/.npmignore b/utilities/.npmignore new file mode 100644 index 00000000..0c5b1f0c --- /dev/null +++ b/utilities/.npmignore @@ -0,0 +1,30 @@ +# THIS IS A STANDARD TEMPLATE FOR .npmignore FILES IN THIS REPO. + +# Ignore all files by default, to avoid accidentally publishing unintended files. +* + +# Use negative patterns to bring back the specific things we want to publish. +!/bin/** +!/src/** +!/src-*/** +!/dist/** +!ThirdPartyNotice.txt + +# Ignore certain patterns that should not get published. +/dist/*.stats.* +/src/**/test/ +/src-*/**/test/ +*.test.js + +# NOTE: These don't need to be specified, because NPM includes them automatically. +# +# package.json +# README (and its variants) +# CHANGELOG (and its variants) +# LICENSE / LICENCE + +#-------------------------------------------- +# DO NOT MODIFY THE TEMPLATE ABOVE THIS LINE +#-------------------------------------------- + +# (Add your project-specific overrides here) \ No newline at end of file