From 6e6a0d96f7348e957bfc8e9a7dd620ee5b0bc3c1 Mon Sep 17 00:00:00 2001 From: Alexander Rose <alex.rose@rcsb.org> Date: Mon, 26 Mar 2018 10:05:02 -0700 Subject: [PATCH] mark package-lock as binary --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..20eac6017 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +package-lock.json binary \ No newline at end of file -- GitLab