Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore a few more files in the default .distignore #3088

Merged
merged 2 commits into from Jul 1, 2016
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions features/scaffold.feature
Expand Up @@ -155,6 +155,7 @@ Feature: WordPress code scaffolding
And the {PLUGIN_DIR}/hello-world/.gitignore file should contain:
"""
.DS_Store
Thumbs.db
wp-cli.local.yml
node_modules/
"""
Expand Down
4 changes: 4 additions & 0 deletions templates/plugin-distignore.mustache
Expand Up @@ -4,13 +4,17 @@
.git
.gitignore
.travis.yml
.DS_Store
Thumbs.db
bin
composer.json
composer.lock
Gruntfile.js
package.json
phpunit.xml
multisite.xml
phpunit.xml.dist
phpcs.ruleset.xml
README.md
wp-cli.local.yml
tests
Expand Down
1 change: 1 addition & 0 deletions templates/plugin-gitignore.mustache
@@ -1,3 +1,4 @@
.DS_Store
Thumbs.db
wp-cli.local.yml
node_modules/