mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
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:
parent
c4479c6a84
commit
3a6ecb5a11
2 changed files with 14351 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -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
14350
website/package-lock.json
generated
vendored
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue