facebook-for-woocommerce icon indicating copy to clipboard operation
facebook-for-woocommerce copied to clipboard

Do not bundle hidden files in the build archive

Open ibndawood opened this issue 1 year ago • 0 comments

When we run npm run build, the following hidden files are included in the bundle:

facebook-for-woocommerce/.dist.env
facebook-for-woocommerce/.npmrc
facebook-for-woocommerce/.vscode/ (if present locally)
facebook-for-woocommerce/.vscode/launch.json (if present locally)
facebook-for-woocommerce/data/.gitkeep
facebook-for-woocommerce/.wp-env.json

The .gitattributes file should be configured to ignore the hidden files on export.

ibndawood avatar Feb 21 '24 14:02 ibndawood