diff --git a/.gitignore b/.gitignore index bdde09d..488f857 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ dist/* -node_modules/* \ No newline at end of file +node_modules/* +package-lock.json # Ignore package lock to avoid conflicts with yarn.lock \ No newline at end of file