Skip to content
This repository was archived by the owner on Apr 13, 2026. It is now read-only.

Commit 815edd1

Browse files
authored
Merge pull request #248 from wp-graphql/fix-wp-org-deploy
ci: Update .distignore
2 parents b46edb0 + 32dbfcd commit 815edd1

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.distignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
/node_modules
2020
plugins/*/node_modules
2121
plugins/*/.npmrc
22+
plugins/*/src
2223
/packages
2324
/artifacts
2425
# hide vendor in this project until we need autoloading
@@ -54,3 +55,13 @@ README.md
5455
CONTRIBUTING.md
5556
ACTIONS_AND_FILTERS.md
5657
schema.graphql
58+
59+
# Source maps (not needed in production)
60+
*.js.map
61+
*.css.map
62+
63+
# Development configuration files
64+
webpack.config.js
65+
.changeset
66+
.husky
67+
.editorconfig

0 commit comments

Comments
 (0)