diff --git a/.gitignore b/.gitignore index 249d07f..c6d54c1 100644 --- a/.gitignore +++ b/.gitignore @@ -39,5 +39,6 @@ Thumbs.db # Ignore built ts files dist/**/* -# ignore yarn.lock -yarn.lock \ No newline at end of file +# ignore lock files +yarn.lock +package-lock.json \ No newline at end of file