.gitattributes: Don't list package-lock.json

This mis-use of the feature encourages people to commit changes to
this security-sensitive file without review, and inhibits local
development.

This reverts 77ab060997.

Change-Id: I8e310dc0abf0b46514c38f9d4c116c96debeeefa
This commit is contained in:
James D. Forrester 2021-05-01 12:41:28 -07:00 committed by Legoktm
parent 729f342aa9
commit dc0e13b324

1
.gitattributes vendored
View file

@ -1,3 +1,2 @@
resources/dist/** -diff -whitespace
resources/dist/.eslintrc.json diff whitespace
package-lock.json -diff -whitespace