From ca91cd20f8bd3e7c0b76a06fe4e6c4ce4b95ab7c Mon Sep 17 00:00:00 2001 From: Matei Adriel Date: Mon, 23 Dec 2019 16:07:00 +0200 Subject: [PATCH] typescript(option): chore: added lib to gitignore Signed-off-by: prescientmoon --- typescript/option/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/typescript/option/.gitignore b/typescript/option/.gitignore index 25d4951..e7a5d37 100644 --- a/typescript/option/.gitignore +++ b/typescript/option/.gitignore @@ -1,3 +1,4 @@ node_modules dist -sandbox \ No newline at end of file +sandbox +lib \ No newline at end of file