diff --git a/web/.gitignore b/web/.gitignore index e252e275..27b5fda7 100644 --- a/web/.gitignore +++ b/web/.gitignore @@ -1,2 +1,3 @@ node_modules/* -*.lock \ No newline at end of file +package-lock.json +yarn.lock \ No newline at end of file