memos
memos copied to clipboard
Preventing future package manager error
New contributors like me might miss the package manager and end up running npm install instead of pnpm install. Which generates a package-lock.json that should not be uploaded to the remote repository since the correct lockfile is pnpm-lock.yaml.
If it is to be merged, I think the suitable .gitignore to change is the one inside the /web directory. See https://github.com/usememos/memos/blob/main/web/.gitignore