From fef3cf52776c2fe9f54a0a83af696beec20c9774 Mon Sep 17 00:00:00 2001 From: Sid Date: Sun, 6 May 2018 01:40:43 +0200 Subject: [PATCH 1/2] chore: add reason specific files to .gitignore --- template/gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/template/gitignore b/template/gitignore index 14a1171..39afcf2 100644 --- a/template/gitignore +++ b/template/gitignore @@ -15,3 +15,9 @@ npm-debug.log* yarn-debug.log* yarn-error.log* + +#reason +# see https://github.com/reasonml/reasonml.github.io/blob/source/docs/converting-from-js.md#tips about ignoring lib +lib/ +.merlin +.bsb.lock From aad0146b7d920d12976e8e537ef5c7ece5fa25f3 Mon Sep 17 00:00:00 2001 From: Sid Date: Sun, 6 May 2018 01:43:11 +0200 Subject: [PATCH 2/2] Update gitignore use github permalink --- template/gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/gitignore b/template/gitignore index 39afcf2..14dc024 100644 --- a/template/gitignore +++ b/template/gitignore @@ -17,7 +17,7 @@ yarn-debug.log* yarn-error.log* #reason -# see https://github.com/reasonml/reasonml.github.io/blob/source/docs/converting-from-js.md#tips about ignoring lib +# see https://github.com/reasonml/reasonml.github.io/blob/e42d17ee53a058a6ce1efb00e6eba38326e47908/docs/converting-from-js.md#tips about ignoring lib lib/ .merlin .bsb.lock