From 2fab56b18208331a097d5897b8ff093ba6a65ed3 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 12 Jun 2017 15:52:16 +0200 Subject: [PATCH 1/2] ignore yarn/npm lock files --- .eslintignore | 4 +--- .gitignore | 4 +++- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.eslintignore b/.eslintignore index db72c61..37e5276 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,5 +1,3 @@ build/* dist/* -node_modules/* -yarn.lock -package-lock.json \ No newline at end of file +node_modules/* \ No newline at end of file diff --git a/.gitignore b/.gitignore index e3c876c..983d38d 100644 --- a/.gitignore +++ b/.gitignore @@ -14,4 +14,6 @@ build/* node_modules/* -dist \ No newline at end of file +dist +yarn.lock +package-lock.json \ No newline at end of file From 817933d8de0c2a52eed3c7abf874fbcaad44aeba Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 12 Jun 2017 15:54:36 +0200 Subject: [PATCH 2/2] ignores cleanup --- .eslintignore | 5 ++--- .gitignore | 4 +--- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.eslintignore b/.eslintignore index 37e5276..db4c6d9 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,3 +1,2 @@ -build/* -dist/* -node_modules/* \ No newline at end of file +dist +node_modules \ No newline at end of file diff --git a/.gitignore b/.gitignore index 983d38d..359f345 100644 --- a/.gitignore +++ b/.gitignore @@ -11,9 +11,7 @@ .env -build/* - -node_modules/* +node_modules dist yarn.lock package-lock.json \ No newline at end of file