From dc0e13b32482111b44dfb86d383f47d992a6b0a5 Mon Sep 17 00:00:00 2001 From: "James D. Forrester" Date: Sat, 1 May 2021 12:41:28 -0700 Subject: [PATCH] .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 77ab06099772e76cbe14410dca417c447ea4a896. Change-Id: I8e310dc0abf0b46514c38f9d4c116c96debeeefa --- .gitattributes | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 929384a33..edbf8d684 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,2 @@ resources/dist/** -diff -whitespace resources/dist/.eslintrc.json diff whitespace -package-lock.json -diff -whitespace