WooCommerce Order Source Attribution helps merchants understand which marketing activities, channels or campaigns are leading to orders in their stores.
I noticed the node_modules folder was not excluded by npm run build. I decided to update .gitignore and add .gitattributes since compose archive reads the directive when generating the zip.
Checks:
[x] Does your code follow the WordPress coding standards?
Detailed test instructions:
Run npm run build and test the .zip file
Changelog entry
Tweak - Update gitignore and add gitattributes to exclude generated files.
Changes proposed in this Pull Request:
I noticed the node_modules folder was not excluded by npm run build. I decided to update .gitignore and add .gitattributes since compose archive reads the directive when generating the zip.
Checks:
Detailed test instructions:
npm run build
and test the .zip fileChangelog entry