diff --git a/.gitignore b/.gitignore index 579713d..a9fca84 100644 --- a/.gitignore +++ b/.gitignore @@ -41,4 +41,7 @@ yarn-error.log* next-env.d.ts # vs code -.vscode/ \ No newline at end of file +.vscode/ + +# package-lock +package-lock.json \ No newline at end of file