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:
parent
c9e0391fd0
commit
52483156f9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user