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
Expand Up @@ -4,6 +4,7 @@
/config
/node_modules
/tests
/bin

.distignore
.editorconfig
Expand Down
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/node_modules export-ignore -diff
/tests export-ignore
/vendor export-ignore -diff

/bin export-ignore
/.distignore export-ignore
/.editorconfig export-ignore
/.gitattributes export-ignore
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ A Gutenberg block for SEO friendly FAQ in an accessible accordion.
- `npm run start` - Start the development server with hot reload
- `npm run env:start` - Start the WordPress environment (wp-env)
- `npm run env:stop` - Stop the WordPress environment
- `npm run bump -- <patch|minor|major|x.y.z>` - Bump the plugin version across package, blocks, PHP, and docs

### Note

Expand Down
Loading
Loading