From 3ffdaaec5e672f09d96b3a3ddb363f49dbcce6d9 Mon Sep 17 00:00:00 2001 From: Gaurav Tiwari Date: Sun, 21 Jan 2018 17:28:53 +0000 Subject: [PATCH 1/3] Ignore yarn debug and error files --- lib/install/template.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/install/template.rb b/lib/install/template.rb index 7ce6ff7c7..1e01af63b 100644 --- a/lib/install/template.rb +++ b/lib/install/template.rb @@ -27,6 +27,8 @@ /public/packs /public/packs-test /node_modules +yarn-debug.log* +yarn-error.log* EOS end From c8aa5f40484c70647056a56445b7e89698fe5c94 Mon Sep 17 00:00:00 2001 From: Gaurav Tiwari Date: Sun, 21 Jan 2018 17:29:38 +0000 Subject: [PATCH 2/3] Add integrity file --- lib/install/template.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/install/template.rb b/lib/install/template.rb index 1e01af63b..f8f2533af 100644 --- a/lib/install/template.rb +++ b/lib/install/template.rb @@ -29,6 +29,7 @@ /node_modules yarn-debug.log* yarn-error.log* +.yarn-integrity EOS end From fe6ce8eeefd0b0d0eb01c23222cbd1e60e3a13d9 Mon Sep 17 00:00:00 2001 From: Gaurav Tiwari Date: Sun, 21 Jan 2018 17:30:33 +0000 Subject: [PATCH 3/3] Update gem gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index f53d152a2..e92afb8e8 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,6 @@ node_modules .byebug_history /test/test_app/tmp +yarn-debug.log* +yarn-error.log* +.yarn-integrity