Skip to content
This repository was archived by the owner on Apr 13, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 1 addition & 12 deletions .distignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@
/tests
/tests-examples
/node_modules
plugins/*/node_modules
plugins/**/node_modules/**
plugins/*/.npmrc
plugins/*/src
/packages
/artifacts
# hide vendor in this project until we need autoloading
Expand Down Expand Up @@ -55,13 +54,3 @@ README.md
CONTRIBUTING.md
ACTIONS_AND_FILTERS.md
schema.graphql

# Source maps (not needed in production)
*.js.map
*.css.map

# Development configuration files
webpack.config.js
.changeset
.husky
.editorconfig
Loading