Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ packages/playground/wordpress-builds/src/wordpress
packages/playground/wordpress-builds/public
packages/playground/sync/src/test/wp-*
packages/php-wasm/node/src/test/__test*
packages/playground/cli/src/edit-markdown/vendor/php-toolkit
packages/playground/cli/src/edit-markdown/wp-markdown-editor
*.timestamp-1678999213403.mjs
.local
.vscode
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ php.js.bak
# we do not want to commit it to the repository.
packages/php-wasm/cli/src/ca-bundle.crt

# Downloaded from adamziel/wp-extensions by playground-cli's build.
packages/playground/cli/src/edit-markdown/wp-markdown-editor/
packages/playground/cli/src/edit-markdown/.tmp/

# PHPUnit
.phpunit.result.cache

Expand Down
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[submodule "isomorphic-git"]
path="isomorphic-git"
url=https://github.com/adamziel/isomorphic-git.git
[submodule "packages/playground/cli/src/edit-markdown/vendor/php-toolkit"]
path = packages/playground/cli/src/edit-markdown/vendor/php-toolkit
url = https://github.com/WordPress/php-toolkit.git
22 changes: 0 additions & 22 deletions packages/php-wasm/compile/sqlite-markdown-extension/project.json

This file was deleted.

11 changes: 0 additions & 11 deletions packages/php-wasm/compile/sqlite-markdown-extension/src/config.m4

This file was deleted.

Loading
Loading