Created
July 22, 2023 02:47
-
-
Save HelloAlberuni/1960c2c12e685dc69b68e985c8b8c010 to your computer and use it in GitHub Desktop.
Sample .distignore file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Folders | |
/.wordpress-org | |
/.git | |
/.github | |
/blocks/node_modules | |
# Files | |
.distignore | |
.gitignore | |
/blocks/package.json | |
/blocks/package.lock.json | |
/blocks/yarn.lock | |
/blocks/webpack.config.js | |
# Dev Folders & Files | |
/blocks/src/components | |
/blocks/src/ht-contactform-block/*.js |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment