Skip to content

Commit

Permalink
Add a .distignore file since we need to include a built directory in …
Browse files Browse the repository at this point in the history
…our final build
  • Loading branch information
dkotter committed Oct 24, 2023
1 parent dd3458f commit b04730d
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .distignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Directories to ignore
/.git
/.github
/.wordpress-org
/assets
/bin
/node_modules
/tests
/vendor

# Files to ignore
/.*
/CHANGELOG.md
/CODE_OF_CONDUCT.md
/composer.json
/composer.lock
/CONTRIBUTING.md
/CREDITS.md
/LICENSE.md
/package-lock.json
/package.json
/phpcs-compat.xml
/phpcs.xml
/phpunit.xml.dist
/portkey.json
/README.md

0 comments on commit b04730d

Please sign in to comment.