woocommerce / facebook-for-woocommerce

A first-party extension plugin built for WooCommerce. Development is managed by Ventures.
https://woocommerce.com/products/facebook/
GNU General Public License v2.0
211 stars 140 forks source link

Remove hidden files from build archive #2747

Closed ibndawood closed 6 months ago

ibndawood commented 6 months ago

Changes proposed in this Pull Request:

Closes #2693.

This PR removes hidden files from the build archive by adding them to .gitattributes file.

Detailed test instructions:

  1. Run npm run build.
  2. Earlier files listed in #2693 are added.
  3. With this PR, verify the files listed in #2693 are not added.

Changelog entry

Tweak - Remove hidden files from build archive