We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b46edb0 + 32dbfcd commit 815edd1Copy full SHA for 815edd1
1 file changed
.distignore
@@ -19,6 +19,7 @@
19
/node_modules
20
plugins/*/node_modules
21
plugins/*/.npmrc
22
+plugins/*/src
23
/packages
24
/artifacts
25
# hide vendor in this project until we need autoloading
@@ -54,3 +55,13 @@ README.md
54
55
CONTRIBUTING.md
56
ACTIONS_AND_FILTERS.md
57
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