From fcbce3082e6131fddc3bfe78eff2297b16a06cae Mon Sep 17 00:00:00 2001 From: Javi Velasco Date: Sat, 22 Oct 2016 17:26:19 +0200 Subject: [PATCH] Ignore yarn.lock --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6781ff04..99bc5c1d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ build node_modules npm-debug.log +yarn.lock .idea -.DS_Store \ No newline at end of file +.DS_Store