Website: add package-lock.json (#43001)

Changes:
- Updated the top-level .gitignore to allow a package-lock.json file in
the website/ folder
- Added website/package-lock.json
This commit is contained in:
Eric 2026-04-06 17:45:44 -05:00 committed by GitHub
parent c4479c6a84
commit 3a6ecb5a11
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 14351 additions and 0 deletions

1
.gitignore vendored
View file

@ -53,6 +53,7 @@ backup.sql.gz
# Common mistake for new developers to run npm install and then end up
# committing a package-lock.json. Fleet app uses Yarn with yarn.lock.
package-lock.json
!website/package-lock.json
# infra
.terraform

14350
website/package-lock.json generated vendored Normal file

File diff suppressed because it is too large Load diff