Hello,
Just tested @arcgis/create: thanks JS team, great initiative !
I was surprised though to find out that `package-lock.json` is in .gitignore by default.
According to npm, this file is meant to be commited:
https://docs.npmjs.com/cli/v11/configuring-npm/package-lock-json
```
This file is intended to be committed into source repositories, and serves various purposes
```
Obviously, you did it on purpose for a reason and I would curious to know why.
Thanks