fix: remove yarn.lock and package-lock.json from .gitignore
## What
Removes `yarn.lock` and `package-lock.json` from `.gitignore`
## Why
During deployments, this can cause an error if the `yarn.lock` and `package-lock.json` are not committed as part of the repository. An example of that is when deploying to digitalocean which causes an error of no package manager being found.