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.
1 parent 3ede9e8 commit 010dfc5Copy full SHA for 010dfc5
.distignore
@@ -10,6 +10,7 @@
10
.gitattributes
11
.gitignore
12
.nvmrc
13
+.plugin-data
14
.wp-env.json
15
CHANGELOG.md
16
composer.json
.gitattributes
@@ -8,6 +8,7 @@
8
/.gitattributes export-ignore
9
/.gitignore export-ignore
/.nvmrc export-ignore
+/.plugin-data export-ignore
/.wp-env.json export-ignore
/CHANGELOG.md export-ignore
/LICENSE.md export-ignore
.plugin-data
@@ -0,0 +1,4 @@
1
+{
2
+ "version": "1.0.0",
3
+ "slug": "multisite-shared-blocks"
4
+}
0 commit comments