Skip to content
Merged
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 .distignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Directories
/.wordpress-org/
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like action-wordpress-plugin-deploy defaults to .wordpress-org being the default name for the assets directory so there is no additional config need for the GitHub Action.

/node_modules/
/tests/
/vendor/
Expand Down
11 changes: 7 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
.DS_Store
/node_modules/
/npm-debug.log
/vendor/
# Directories
/dist/
/node_modules/
/tests/logs/
/vendor/

# Files
.DS_Store
/npm-debug.log
.phpunit.result.cache
phpstan.neon
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes