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

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +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/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
1 change: 1 addition & 0 deletions .nxignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ __pycache__
packages/playground/wordpress-builds/src/wordpress
packages/playground/wordpress-builds/public
packages/php-wasm/node/src/test/__test*
packages/playground/cli/src/edit-markdown/vendor/php-toolkit
*.timestamp-1678999213403.mjs
.local
.vscode
Expand Down
Loading
Loading