gitattributes: Disable binary handling of lock files.

This makes it possible to see what packages change after npm
operations.
This commit is contained in:
Tim Abbott
2020-02-29 12:52:24 -08:00
parent b7147d0b29
commit 227e59fee2

2
.gitattributes vendored
View File

@@ -1,7 +1,5 @@
* text=auto eol=lf
package-lock.json binary
app/package-lock.json binary
*.gif binary
*.jpg binary
*.jpeg binary