Skip to content

Commit

Permalink
Merge pull request #59 from jeffreyvr/master
Browse files Browse the repository at this point in the history
add distignore file
  • Loading branch information
freekmurze authored Dec 29, 2022
2 parents b43e437 + 3424b58 commit e8f4653
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions .distignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Directories
/.git
/.github
/.wordpress-org
/bin
/node_modules
/tests
/src
/.idea
/.php_cs
/.php_cs.cache
/.phpunit.result.cache
/build
/coverage
/docs
/vendor-bin
# DO NOT EXCLUDE /vendor

# Files
.editorconfig
.gitattributes
.php_cs.dist
composer.lock
phpunit.xml.dist
psalm.xml
phpunit.xml
psalm.xml
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: development, debugging, debug, developer
Requires PHP: 8.0
Requires at least: 5.5
Tested up to: 6.1
Stable tag: 1.7.0
Stable tag: 1.7.2
License: MIT

Easily debug WordPress sites using Ray.
Expand Down
2 changes: 1 addition & 1 deletion wp-ray.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: Spatie Ray
* Plugin URI: https://github.com/spatie/wordpress-ray
* Description: Easily debug WordPress apps
* Version: 1.7.0
* Version: 1.7.2
* Author: Spatie
* Author URI: https://spatie.be
* License: MIT
Expand Down

0 comments on commit e8f4653

Please sign in to comment.