Open-Source-Orchard-Core-Extensions
Open-Source-Orchard-Core-Extensions copied to clipboard
Keep LF in pnpm-lock.yaml to prevent Git from reporting this file as changed (OSOE-418)
... after it is edited by pnpm.
Add these lines to all .gitattributes files in OSOCE and the template repository:
# Keep the LF in pnpm-lock.yaml files to prevent Git from reporting this file as changed after it is touched by pnpm.
pnpm-lock.yaml eol=lf