diff --git a/.dockerignore b/.dockerignore index fc48ccc39..b8fe7484b 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,2 +1,2 @@ web/node_modules -web/yarn.lock \ No newline at end of file +web/yarn.lock diff --git a/web/.gitignore b/web/.gitignore index d9de41ce2..f791607e2 100644 --- a/web/.gitignore +++ b/web/.gitignore @@ -5,4 +5,3 @@ dist-ssr *.local .yarn/* -yarn.lock \ No newline at end of file