From 52f58e3b84f11bdee8fff2da0abb0d8b29cae732 Mon Sep 17 00:00:00 2001 From: Antonio Carlos Ribeiro Date: Mon, 17 Jul 2017 17:28:14 -0300 Subject: [PATCH] Ignore yarn and npm lock files --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 40bf0d1..bd84d26 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,6 @@ node_modules npm-debug.log *.swf .idea/ -dist/ \ No newline at end of file +dist/ +package-lock.json +yarn.lock