From 108cba997e7edb8b5e16402b834b3bf3c66491fc Mon Sep 17 00:00:00 2001 From: Florian BOUILLON Date: Mon, 23 Nov 2020 02:29:15 +0100 Subject: [PATCH] Globally added dist to excluded folders Signed-off-by: Florian BOUILLON --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2c161c4..a132967 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ node_modules *.d.ts lerna-debug.log -yarn-error.log \ No newline at end of file +yarn-error.log +dist