Add gitignore to package and update package.json (#39007)

* Add .gitignore

* Update package.json

* Add changelog
This commit is contained in:
louwie17 2023-06-28 18:18:02 -03:00 committed by GitHub
parent 55280aea96
commit cb0fb46e7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 3 deletions

View File

@ -0,0 +1,3 @@
vendor
node_modules
.turbo

View File

@ -0,0 +1,5 @@
Significance: patch
Type: tweak
Comment: Minimal change that was missed during bootstrap, no changelog necessary.

View File

@ -2,6 +2,8 @@
"name": "@woocommerce/create-product-editor-block",
"version": "1.0.0",
"description": "A template to be used with `@wordpress/create-block` to create a Product Editor block.",
"author": "Automattic",
"license": "GPL-3.0-or-later",
"main": "index.js",
"engines": {
"node": "^16.14.1",
@ -15,9 +17,10 @@
"type": "git",
"url": "git+https://github.com/woocommerce/woocommerce.git"
},
"keywords": [],
"author": "",
"license": "GPL-3.0+",
"keywords": [
"wordpress",
"woocommerce"
],
"bugs": {
"url": "https://github.com/woocommerce/woocommerce/issues"
},