1
0
mirror of https://github.com/gitattributes/gitattributes.git synced 2025-01-22 08:18:50 -05:00

Don't force LF line endings for package-lock.json

https://github.com/alexkaratarakis/gitattributes/pull/129#issuecomment-805149885
This commit is contained in:
Richie Bendall 2021-03-24 17:06:45 +13:00 committed by GitHub
parent c9e0391fd0
commit 52483156f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,7 +107,7 @@ TODO text
.htaccess text
*.lock text -diff
package.json text eol=lf
package-lock.json text eol=lf -diff
package-lock.json text -diff
pnpm-lock.yaml text eol=lf -diff
yarn.lock text -diff
*.toml text