diff --git a/pc/.gitignore b/pc/.gitignore index a7eb25f2..070f5af8 100644 --- a/pc/.gitignore +++ b/pc/.gitignore @@ -9,3 +9,5 @@ node_modules .env.development .env.production dist + +package-lock.json diff --git a/uniapp/.gitignore b/uniapp/.gitignore index aeb98640..933d8f62 100644 --- a/uniapp/.gitignore +++ b/uniapp/.gitignore @@ -29,4 +29,6 @@ coverage # .env .env.development -.env.production \ No newline at end of file +.env.production + +package-lock.json \ No newline at end of file