Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit aa22336

Browse files
authored
Fix/4929 remove unnecessary files from core build process (#6425)
* Added /assets, /packages, /patches and global.d.ts to .distignore * re-added /assets folder * Reverted "/packages" removal
1 parent 037245b commit aa22336

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.distignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
/.github
22
/.git
33
/.wordpress-org
4-
/node_modules
54
/.sources
65
/bin
76
/docs
7+
/node_modules
8+
/patches
89
/storybook
910
/tests
1011

@@ -25,7 +26,7 @@ blocks.ini
2526
composer.json
2627
composer.lock
2728
docker-compose.yml
28-
globals.d.ts
29+
global.d.ts
2930
package.json
3031
package-lock.json
3132
phpcs.xml

0 commit comments

Comments
 (0)