Skip to content

Commit

Permalink
Merge pull request #3088 from wp-cli/distignore-gitignore
Browse files Browse the repository at this point in the history
Ignore a few more files in the default `.distignore`
  • Loading branch information
danielbachhuber committed Jul 1, 2016
2 parents 9617c0e + 8ad8999 commit f9f51af
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
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/

0 comments on commit f9f51af

Please sign in to comment.