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
4 changes: 4 additions & 0 deletions features/scaffold.feature
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,10 @@ Feature: WordPress code scaffolding
Thumbs.db
wp-cli.local.yml
node_modules/
vendor/
*.sql
*.tar.gz
*.zip
"""
And the {PLUGIN_DIR}/hello-world/.distignore file should contain:
"""
Expand Down
1 change: 1 addition & 0 deletions templates/plugin-gitignore.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ phpunit.xml
Thumbs.db
wp-cli.local.yml
node_modules/
vendor/
*.sql
*.tar.gz
*.zip