From 501ca51b8b95a53c9dcfdec97133f3945a81a83c Mon Sep 17 00:00:00 2001 From: tfrommen Date: Fri, 16 Mar 2018 03:46:41 +0100 Subject: [PATCH] Fix entry for yarn.lock file. --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 9af9149..9d318af 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8,4 +8,4 @@ /.travis.yml export-ignore /package.json export-ignore /web-ext-config.js export-ignore -/yarn-lock export-ignore +/yarn.lock export-ignore